aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-kgio/Makefile
blob: 6cb6e1d1a0373ff6c6342bd20431b7ec41b7e72b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Created by: Steve Wills <swills@FreeBSD.org>

PORTNAME=	kgio
PORTVERSION=	2.11.3
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Provides non-blocking I/O methods

LICENSE=	LGPL21+

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>