diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-05 03:12:48 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-09-05 03:12:48 +0000 |
commit | 9810a6e13dbea7f455033daa3400f16675450313 (patch) | |
tree | 0ad4fc84302dee3daf6d56861c6b6dd76d98e1fe /devel/rubygem-fastercsv/Makefile | |
parent | 8b0cbaaa232fee727620a584193450657592e48f (diff) |
Notes
Diffstat (limited to 'devel/rubygem-fastercsv/Makefile')
-rw-r--r-- | devel/rubygem-fastercsv/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/rubygem-fastercsv/Makefile b/devel/rubygem-fastercsv/Makefile new file mode 100644 index 000000000000..b83ada29a970 --- /dev/null +++ b/devel/rubygem-fastercsv/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: rubygem-fastercsv +# Date created: Sep 5, 2006 +# Whom: ijliao +# +# $FreeBSD$ + +PORTNAME= fastercsv +PORTVERSION= 0.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org +COMMENT= A complete replacement to the CSV standard library + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> |