mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
* Switch to DISTVERSION * Re-format Makefile with portfmt Changes: https://github.com/ruby/io-console/commits/v0.5.11
16 lines
307 B
Makefile
16 lines
307 B
Makefile
PORTNAME= io-console
|
|
DISTVERSION= 0.5.11
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= yasu@FreeBSD.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>
|