4.0.6 / 2011-09-15 ================== * Improved load time on Ruby 1.9. (thanks to Jonathon M. Abbott) * Updated documentation.
14 lines
387 B
Makefile
14 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/09/15 21:59:13 taca Exp $
|
|
|
|
DISTNAME= commander-4.0.6
|
|
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.5.0:../../devel/ruby-highline
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|