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

RUN_DEPENDS=	rubygem-console>=1.25.2<2:devel/rubygem-console \
		rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
		rubygem-io-event>=1.6<2:devel/rubygem-io-event

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>