cf265c722a
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>
19 lines
503 B
Makefile
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>
|