diff options
| author | seb <seb@pkgsrc.org> | 2008-04-07 18:03:35 +0000 |
|---|---|---|
| committer | seb <seb@pkgsrc.org> | 2008-04-07 18:03:35 +0000 |
| commit | 474b8d210b0ef949dce97b88ea80b06c504e3bd9 (patch) | |
| tree | d9fca2dba55914bd7ffe72bcb87bf866e9c95e83 /textproc/ruby-fastercsv/Makefile | |
| parent | 5c31c21791e63dd14b62351d6841e2e1c60f8e57 (diff) | |
| download | pkgsrc-474b8d210b0ef949dce97b88ea80b06c504e3bd9.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/Makefile | 13 |
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" |
