opnsense-ports/devel/rubygem-async/Makefile
Franco Fichtner cd0b9ef4d1 */*: sync with upstream
Taken from: FreeBSD
2024-07-18 21:40:24 +02:00

21 lines
485 B
Makefile

PORTNAME= async
PORTVERSION= 2.14.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern asynchronous I/O framework for Ruby
WWW= https://socketry.github.io/async/ \
https://github.com/socketry/async
LICENSE= MIT
RUN_DEPENDS= rubygem-console>=1.25.2<2:devel/rubygem-console \
rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
rubygem-io-event>=1.6.5<2:devel/rubygem-io-event
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>