blob: 5a8b924ce3106656e2340c8fece0bc061b455035 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# ex:ts=8
# Ports collection makefile for: rubygem-fastercsv
# Date created: Sep 5, 2006
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= fastercsv
PORTVERSION= 1.2.3
CATEGORIES= devel rubygems
MASTER_SITES= RF
MAINTAINER= ports@FreeBSD.org
COMMENT= A complete replacement to the CSV standard library
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>
|