1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/rubygem-fastercsv/Makefile

19 lines
409 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: rubygem-fastercsv
# Date created: Sep 5, 2006
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= fastercsv
2007-12-12 01:29:50 +00:00
PORTVERSION= 1.2.3
CATEGORIES= devel rubygems
2007-12-12 01:29:50 +00:00
MASTER_SITES= RF
2007-12-12 01:29:50 +00:00
MAINTAINER= ports@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>