0e83eabb69
= Change Log Below is a complete listing of changes for each revision of FasterCSV. == 1.5.5 * Removed setup.rb due to licensing concerns. * Updated and clarified Copyright notices. * Improved stray quoting error message (patch by Edvard Majakari). * Improved line ending detection algorithm (patch by Alexey Smolianinov).
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/06/02 01:10:12 taca Exp $
|
|
|
|
DISTNAME= fastercsv-1.5.5
|
|
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"
|