33a6f47fe3
- Update to 1.5.3 - miwi -> ruby [1] PR: ports/147800 [1] Approved by: portmgr (flz) [1], no objection from miwi With Hat: ruby
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rubygem-fastercsv
|
|
# Date created: Sep 5, 2006
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fastercsv
|
|
PORTVERSION= 1.5.3
|
|
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>
|