26ac9964c9
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.
12 lines
342 B
Makefile
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"
|