pkgsrc/textproc/p5-Text-CSV_XS/Makefile
schmonz 076be1d4bf Update to 1.12. From the changelog:
* Add field number to error_diag
* Fixed non-IO parsing multi-byte EOL
* Fixed a possible missed multi-byte EOL
* Allow hashref for csv ()'s headers attribute
* Allow encoding on all output handles in csv ()
* Include doc changes as ticketed in the Text::CSV queue
* Fix parallel testing issue
* Allow csv as method call (not using the object)
* Rename quote_null to escape_null
* Give meaning to keep_meta_info on output
2014-11-23 14:39:20 +00:00

18 lines
514 B
Makefile

# $NetBSD: Makefile,v 1.53 2014/11/23 14:39:20 schmonz Exp $
#
DISTNAME= Text-CSV_XS-1.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/
COMMENT= Routines for composition and decomposition of comma-separated values
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"