freebsd-ports/devel/rubygem-highline/Makefile
Martin Wilke cf265c722a 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.

WWW: http://rubyforge.org/projects/highline

PR:		ports/116919
Submitted by:	Philip M. Gollucci <pgollucci at p6m7g8.com>
2007-10-05 21:16:31 +00:00

19 lines
503 B
Makefile

# New ports collection makefile for: rubygem-highline
# Date created: 4 October 2007
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#
PORTNAME= highline
PORTVERSION= 1.4.0
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pgollucci@p6m7g8.com
COMMENT= A high-level IO library for command-line interfaces
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>