16 lines
333 B
Makefile
16 lines
333 B
Makefile
PORTNAME= io-console
|
|
DISTVERSION= 0.6.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= yasu@FreeBSD.org
|
|
COMMENT= Add console capabilities to IO instances
|
|
WWW= https://github.com/ruby/io-console
|
|
|
|
LICENSE= BSD2CLAUSE RUBY
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|