aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-fastercsv/Makefile
blob: 70ca2087ab14c39c7a5ba8aa7d9e7f3f2f66ce6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ex:ts=8
# Ports collection makefile for:	rubygem-fastercsv
# Date created:			Sep 5, 2006
# Whom:				ijliao
#
# $FreeBSD$

PORTNAME=	fastercsv
PORTVERSION=	1.5.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	A complete replacement to the CSV standard library

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>