freebsd-ports/devel/rubygem-fastercsv/Makefile
Ying-Chieh Liao 4e270e8a35 upgrade to 1.2.0
PR:		112077
Submitted by:	clsung
2007-04-24 11:10:30 +00:00

19 lines
464 B
Makefile

# ex:ts=8
# Ports collection makefile for: rubygem-fastercsv
# Date created: Sep 5, 2006
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= fastercsv
PORTVERSION= 1.2.0
CATEGORIES= devel rubygems
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A complete replacement to the CSV standard library
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>