pkgsrc/misc/ruby-commander/Makefile
taca 1b752b8ac7 Update ruby-commander to 4.3.4.
=== 4.3.4 / 2015-05-03

* Fixed a regression with the compact help formatter.

=== 4.3.3 / 2015-04-21

* Updated to highline 1.7.2 to fix a regression with terminal size (https://github.com/JEG2/highline/pull/139).
* Help formatting updated to look better for commands with long names. (@jszwedko)

=== 4.3.2 / 2015-03-31

* Version bump to publish new location of Commander to Rubygems. Moved to https://github.com/commander-rb/commander

=== 4.3.1 / 2015-03-27

* Fix various Ruby warnings for circular requires, etc.
* Update to use highline 1.7 (@SkyTrix)
2015-06-03 13:55:24 +00:00

16 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.12 2015/06/03 13:55:24 taca Exp $
DISTNAME= commander-4.3.4
CATEGORIES= misc
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://ramaze.net/
COMMENT= The complete solution for Ruby command-line executables
LICENSE= ruby-license
DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.7.2<1.8:../../devel/ruby-highline
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"