summaryrefslogtreecommitdiff
path: root/devel/rubygem-async/Makefile
blob: 640de1d12bcc1fe9930567dc8fc762b3e6df93a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	async
PORTVERSION=	2.33.0
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
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>