4e270e8a35
PR: 112077 Submitted by: clsung
19 lines
464 B
Makefile
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>
|