pkgsrc/misc/ruby-commander/Makefile
taca 9c44a705b9 Update ruby-commander to 4.1.2.
=== 4.1.2 / 2012-02-17

* Improvement to `ask_editor` to be more portable across *nix
  variants. (thanks to Federico Galassi)

=== 4.1.1 / 2012-02-16

* Update `ask_editor` to work with any *nix editor - emacs, vim, etc. (thanks
  to Federico Galassi)

=== 4.1.0 / 2012-02-12

* Update highline dependency.
* Make optional arguments true when present (issue #2).

=== 4.0.7 / 2012-01-23

* Improved support for JRuby and Windows (and any other platforms that don't support Kernel.fork).
* Fixed bug #33 - support `--help` after commands.
* Reorganized help output to display synopsis before description (issue #12).
2012-03-17 16:17:22 +00:00

14 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/03/17 16:17:22 taca Exp $
DISTNAME= commander-4.1.2
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.6.11<1.7:../../devel/ruby-highline
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"