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