41e9bc7aa2
Required for mail/rubygem-gitlab-mail_room 0.0.19 upgrade.
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= io-wait
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 01
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Wait until IO is readable or writable without blocking
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
PORTSCOUT= limit:^0\.1\.
|
|
|
|
.include <bsd.port.mk>
|