summaryrefslogtreecommitdiff
path: root/devel/rubygem-io-wait01/Makefile
blob: 0f84f9a490690a8f08df086f1666798154648a0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>