blob: 2f0ec77b0f773b6be16958bab32dfd801504544b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|