summaryrefslogtreecommitdiff
path: root/devel/rubygem-io-console/Makefile
blob: 83faeab1844fd833cf1b8b23d5f0842e33f33135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	io-console
PORTVERSION=	0.5.9
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	yasu@utahime.org
COMMENT=	Add console capabilities to IO instances

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt

USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>