summaryrefslogtreecommitdiff
path: root/textproc/ruby-fastercsv/Makefile
diff options
context:
space:
mode:
authorseb <seb>2008-04-07 18:03:35 +0000
committerseb <seb>2008-04-07 18:03:35 +0000
commit5a4e8add3c8f943489d32f60719585f3e6a53d32 (patch)
treed9fca2dba55914bd7ffe72bcb87bf866e9c95e83 /textproc/ruby-fastercsv/Makefile
parentc2756978b8d1488b0d0b787cc944de60e7d5547c (diff)
downloadpkgsrc-5a4e8add3c8f943489d32f60719585f3e6a53d32.tar.gz
Initial import of ruby-fastercsv as version 1.2.3 into the NetBSD
Packages Collection. FasterCSV is intended as a complete replacement to the Ruby CSV standard library. It is significantly faster and smaller while still being pure Ruby code. It also strives for a better interface.
Diffstat (limited to 'textproc/ruby-fastercsv/Makefile')
-rw-r--r--textproc/ruby-fastercsv/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ruby-fastercsv/Makefile b/textproc/ruby-fastercsv/Makefile
new file mode 100644
index 00000000000..5f6dbd0f8b2
--- /dev/null
+++ b/textproc/ruby-fastercsv/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/07 18:03:35 seb Exp $
+
+DISTNAME= fastercsv-1.2.3
+PKGNAME= ${RUBYGEM_PKGPREFIX}-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= textproc
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://fastercsv.rubyforge.org/
+COMMENT= Replacement to Ruby standard CSV library
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"