pkgsrc/devel/ruby-highline/Makefile
taca 2adafecf4c Update ruby-highline to 1.6.19.
== 1.6.19

* Fixed `terminal_size()` with jline2 (by presidentbeef).

== 1.6.18

* Fixed a long supported interface that was accidentally broken with a recent change (by Rubem Nakamura Carneiro).

== 1.6.17

* Added encoding support to menus (by David Lyons).
* Some minor fixes to SystemExtensions (by whiteleaf and presidentbeef).
2013-06-16 15:39:20 +00:00

12 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/06/16 15:39:20 taca Exp $
DISTNAME= highline-1.6.19
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://highline.rubyforge.org/
COMMENT= High-level console IO library
LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"