blob: 343a7501fba4b6d7bee4f4776e7b6b4aa84f1ca1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= async
PORTVERSION= 1.30.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern asynchronous I/O framework for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-console>=1.10<2:devel/rubygem-console \
rubygem-nio4r>=2.3<3:devel/rubygem-nio4r \
rubygem-timers>=4.1<5:devel/rubygem-timers
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|