summaryrefslogtreecommitdiff
path: root/devel/rubygem-fastercsv/Makefile
blob: e80d745b106e5b3cfcf5684165610367bc330b93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: ijliao

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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Complete replacement to the CSV standard library

LICENSE=	GPLv2 RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>