blob: 23d1f1e38500c04699c0c00ddd493f732c4570e6 (
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.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A complete replacement to the CSV standard library
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|