pkgsrc/textproc/p5-Text-CSV_XS/Makefile
wen e47f054aef Update to 1.22
Upstream changes:
1.22	- 2016-02-23, H.Merijn Brand
    * Small doc updates regarding blank_is_undef
    * Precedence error in doc
    * Add new method header

1.21	- 2016-01-06, H.Merijn Brand
    * Add confusion option to rewrite example
    * Alias %_ to row in hashref mode for csv function attributes
      on_in and before_out
    * Examples now use defined-or and thus require perl-5.10 or up
    * Fix \r\n ending with allow_loose_escapes (reported by Bas Bloemsaat)
    * It's 2016
    * Clarify $csv->csv (...) documentation (RT#110941)

1.20	- 2015-10-09, H.Merijn Brand
    * Use "say" in synopsis
    * Remove needless special characters in doc section
    * Change doc =item attributes for new to =head for index
    * Add known_attributes function/method
    * Add contributor notes
    * Allow undef as value for aliased attributes
2016-03-05 03:47:18 +00:00

18 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.58 2016/03/05 03:47:18 wen Exp $
#
DISTNAME= Text-CSV_XS-1.22
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"