pkgsrc/misc/ruby-commander/Makefile
tonnerre 2bebd933c8 Import the commander Ruby gem, version 4.0.2.
Commander is a framework for Ruby command-line executables. It bridges the
gap between other terminal related libraries (OptionParser, HighLine), while
providing many new features.
2011-01-20 14:33:24 +00:00

14 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/01/20 14:39:32 tonnerre Exp $
DISTNAME= commander-4.0.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.5.0:../../devel/ruby-highline
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"