diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-31 08:57:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-31 08:57:30 +0800 |
commit | 0e38fb3f9490e81b0fec19c52b5f37ae714e5605 (patch) | |
tree | e4127c4fba8694d8ce31565904796b94aa66be10 /textproc | |
parent | b8cfc52a6f8d0f32cf42770faf327340a663de67 (diff) | |
download | freebsd-ports-gnome-0e38fb3f9490e81b0fec19c52b5f37ae714e5605.tar.gz freebsd-ports-gnome-0e38fb3f9490e81b0fec19c52b5f37ae714e5605.tar.zst freebsd-ports-gnome-0e38fb3f9490e81b0fec19c52b5f37ae714e5605.zip |
- Update to 2.00
- Add BUILD_DEPENDS
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Parse-CSV/Changes
PR: ports/165440
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 35 days)
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Parse-CSV/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-Parse-CSV/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/p5-Parse-CSV/Makefile b/textproc/p5-Parse-CSV/Makefile index dc967f1f061c..abbd937b63a8 100644 --- a/textproc/p5-Parse-CSV/Makefile +++ b/textproc/p5-Parse-CSV/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Parse-CSV -PORTVERSION= 1.00 +PORTVERSION= 2.00 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Highly flexible CVS parser for large files -RUN_DEPENDS= p5-Text-CSV_XS>=0.23:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - p5-Params-Util>=0.17:${PORTSDIR}/devel/p5-Params-Util +BUILD_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ + p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS +RUN_DEPENDS= p5-Params-Util>=0.22:${PORTSDIR}/devel/p5-Params-Util \ + p5-Text-CSV_XS>=0.42:${PORTSDIR}/textproc/p5-Text-CSV_XS PERL_CONFIGURE= yes -MAN3= Parse::CSV.3 +MAN3= Parse::CSV.3 .include <bsd.port.mk> diff --git a/textproc/p5-Parse-CSV/distinfo b/textproc/p5-Parse-CSV/distinfo index 321add08cfc6..cd94e13f1833 100644 --- a/textproc/p5-Parse-CSV/distinfo +++ b/textproc/p5-Parse-CSV/distinfo @@ -1,2 +1,2 @@ -SHA256 (Parse-CSV-1.00.tar.gz) = 2328a28e58929d2bfdcd143aa4c3c03400e25b4aac7c4969885e81d2bba04442 -SIZE (Parse-CSV-1.00.tar.gz) = 25448 +SHA256 (Parse-CSV-2.00.tar.gz) = fe42581500ed28cdc3f8bb6d7bb28b1eb295accc9027f3593b02cacbf5947a08 +SIZE (Parse-CSV-2.00.tar.gz) = 34800 |