2007-10-05 23:16:31 +02:00
|
|
|
# New ports collection makefile for: rubygem-highline
|
|
|
|
# Date created: 4 October 2007
|
2008-07-23 04:43:55 +02:00
|
|
|
# Whom: Philip M. Gollucci <pgollucci@FreeBSD.org>
|
2007-10-05 23:16:31 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= highline
|
2009-05-11 01:44:43 +02:00
|
|
|
PORTVERSION= 1.5.1
|
2007-10-05 23:16:31 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2009-04-09 02:11:47 +02:00
|
|
|
MASTER_SITES= RF
|
2007-10-05 23:16:31 +02:00
|
|
|
|
2008-07-23 04:43:55 +02:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2007-10-05 23:16:31 +02:00
|
|
|
COMMENT= A high-level IO library for command-line interfaces
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|