diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 10:49:33 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 10:49:33 +0000 |
commit | 43c3efe78f296aa999dac6fb845866af4dda4178 (patch) | |
tree | aacbb52491c9be1e22f4be9e39292182d7708139 /textproc/p5-Text-CSV_XS/Makefile | |
parent | 9a71dd63c49950c947ca0162ac56aeacf045cc98 (diff) | |
download | pkgsrc-43c3efe78f296aa999dac6fb845866af4dda4178.tar.gz |
Pkgsrc changes:
- Updating package for perl module Text::CSV_XS from 0.64 to 0.65
- setting license to gnu-gpl-v2
Upstream changes:
2009-05-14 0.65 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Initial known errors can now be checked on number (1002)
* More tests for illegal combinations
* Added -u option to examples/csv-check to validate utf-8 encoding
* Correct documentation for error_diag () return value in case of
contructor failure (Slaven, RT#46076)
* All error_diag () returns should now be dual-var (both numeric
and string context valid)
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 0f1b76dba5c..b3eac43dc1b 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2009/04/12 00:50:49 sno Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/17 10:49:33 sno Exp $ # -DISTNAME= Text-CSV_XS-0.64 +DISTNAME= Text-CSV_XS-0.65 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcx CATEGORIES= textproc perl5 @@ -11,6 +11,7 @@ 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= gnu-gpl-v2 # OR artistic PKG_DESTDIR_SUPPORT= user-destdir |