2025-11-04 15:10:55 +01:00

26 lines
639 B
Makefile

PORTNAME= async
PORTVERSION= 2.32.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Modern asynchronous I/O framework for Ruby
WWW= https://socketry.github.io/async/ \
https://github.com/socketry/async
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.md
RUN_DEPENDS= rubygem-console>=1.29<2:devel/rubygem-console \
rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
rubygem-io-event>=1.11<2:devel/rubygem-io-event \
rubygem-metrics>=0.12<1:devel/rubygem-metrics \
rubygem-traces>=0.18<1:devel/rubygem-traces
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>