pkgsrc/textproc/ruby-fastercsv/Makefile
taca 971ffe4443 Update ruby-fastercsv package to 1.5.4.
* pkgsrc change: allow to install with ruby19-base.

= Change Log

Below is a complete listing of changes for each revision of FasterCSV.

== 1.5.4

* Improved test coverage for the parser.
* Improved documentation.
* Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>.
* Switched from abort() to throwing exceptions on Ruby 1.9.
2011-06-19 03:37:12 +00:00

12 lines
336 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/06/19 03:37:12 taca Exp $
DISTNAME= fastercsv-1.5.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fastercsv.rubyforge.org/
COMMENT= Replacement to Ruby standard CSV library
LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"