diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-12 23:23:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-12 23:23:52 +0800 |
commit | cbe7235dc4f0c56a0c635406632be67c6c35245c (patch) | |
tree | c68f7361e693c3b94fd61dd7226b543c5e68aed7 /textproc | |
parent | 51fd2ff786d9030e486812454b6ad75f3cb02f55 (diff) | |
download | freebsd-ports-gnome-cbe7235dc4f0c56a0c635406632be67c6c35245c.tar.gz freebsd-ports-gnome-cbe7235dc4f0c56a0c635406632be67c6c35245c.tar.zst freebsd-ports-gnome-cbe7235dc4f0c56a0c635406632be67c6c35245c.zip |
- Update to 3.30
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-ParseWords/CHANGES
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-Text-ParseWords/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index a1a86de9ff94..58897bb51fd3 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Text-ParseWords -PORTVERSION= 3.29 -PORTREVISION= 1 +PORTVERSION= 3.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +9,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse text into an array of tokens or array of arrays +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-ParseWords/distinfo b/textproc/p5-Text-ParseWords/distinfo index dbb47c02460f..86d570cd524e 100644 --- a/textproc/p5-Text-ParseWords/distinfo +++ b/textproc/p5-Text-ParseWords/distinfo @@ -1,2 +1,2 @@ -SHA256 (Text-ParseWords-3.29.tar.gz) = 8c45f72afa412d532182963782609517bc42ceb9ccee551aab23459d79959b9a -SIZE (Text-ParseWords-3.29.tar.gz) = 6780 +SHA256 (Text-ParseWords-3.30.tar.gz) = 85e0238179dd43997e58c66bd51611182bc7d533505029a2db0d3232edaff5e8 +SIZE (Text-ParseWords-3.30.tar.gz) = 6943 diff --git a/textproc/p5-Text-ParseWords/pkg-plist b/textproc/p5-Text-ParseWords/pkg-plist index 32391494b986..e8954f619ec3 100644 --- a/textproc/p5-Text-ParseWords/pkg-plist +++ b/textproc/p5-Text-ParseWords/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Text::ParseWords.3.gz %%SITE_PERL%%/Text/ParseWords.pm +%%PERL5_MAN3%%/Text::ParseWords.3.gz |