freebsd-ports/devel/rubygem-io-wait01/Makefile
Matthias Fechner 41e9bc7aa2 devel/rubygem-io-wait01: add new port
Required for mail/rubygem-gitlab-mail_room 0.0.19 upgrade.
2022-02-07 16:41:23 +01:00

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>