blob: 754ed830c0c137a8d414830f088e3fdb8eab1937 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= io-wait
PORTVERSION= 0.3.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wait until IO is readable or writable without blocking
WWW= https://github.com/ruby/io-wait
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
USES= gem
.include <bsd.port.mk>
|