pkgsrc/devel/ruby-highline/Makefile
jlam 26ac9964c9 Initial import of ruby18-highline-1.4.0 as devel/ruby-highline.
A high-level IO library that provides validation, type conversion,
and more for command-line interfaces.  HighLine also includes a complete
menu system that can crank out anything from simple list selection to
complete shells with just minutes of work.
2008-04-04 15:17:21 +00:00

12 lines
342 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:21 jlam Exp $
DISTNAME= highline-1.4.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://highline.rubyforge.org/
COMMENT= High-level console IO library
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"