23ebbc8aa6
=== 4.1.3 / 2012-12-15 * Remove use of eval in Array.parse * Make generated template executable and set better defaults (@suan) * Fixed valid_command_names_from to match exact commands only (@fgalassi)
14 lines
392 B
Makefile
14 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/12/17 12:35:11 taca Exp $
|
|
|
|
DISTNAME= commander-4.1.3
|
|
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"
|