diff options
author | culot <culot@FreeBSD.org> | 2013-01-03 23:50:52 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-01-03 23:50:52 +0800 |
commit | 1ff5e6fba7d386141857a0bf849a17fc72677216 (patch) | |
tree | 195d481372e39333060d82d48faf688640cf0164 /textproc/p5-Parse-PhoneNumber | |
parent | 5360f5efa08caab1d218ce67a9af5dd867c310d8 (diff) | |
download | freebsd-ports-gnome-1ff5e6fba7d386141857a0bf849a17fc72677216.tar.gz freebsd-ports-gnome-1ff5e6fba7d386141857a0bf849a17fc72677216.tar.zst freebsd-ports-gnome-1ff5e6fba7d386141857a0bf849a17fc72677216.zip |
- Update to 1.9
- Add LICENSE (Artistic 1 & GPL 1)
- Take maintainership
Changes: http://search.cpan.org/dist/Parse-PhoneNumber/Changes
Diffstat (limited to 'textproc/p5-Parse-PhoneNumber')
-rw-r--r-- | textproc/p5-Parse-PhoneNumber/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Parse-PhoneNumber/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-Parse-PhoneNumber/Makefile b/textproc/p5-Parse-PhoneNumber/Makefile index 002672d4731d..4c961851805a 100644 --- a/textproc/p5-Parse-PhoneNumber/Makefile +++ b/textproc/p5-Parse-PhoneNumber/Makefile @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= Parse-PhoneNumber -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= culot@FreeBSD.org COMMENT= Parse phone numbers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_MODBUILD= yes MAN3= Parse::PhoneNumber.3 diff --git a/textproc/p5-Parse-PhoneNumber/distinfo b/textproc/p5-Parse-PhoneNumber/distinfo index 5710d996f9c5..3f44bb078a89 100644 --- a/textproc/p5-Parse-PhoneNumber/distinfo +++ b/textproc/p5-Parse-PhoneNumber/distinfo @@ -1,2 +1,2 @@ -SHA256 (Parse-PhoneNumber-1.8.tar.gz) = 3125596daaec4cefceaf8800db40c9f752f431d03cca045a2476070adce26987 -SIZE (Parse-PhoneNumber-1.8.tar.gz) = 6775 +SHA256 (Parse-PhoneNumber-1.9.tar.gz) = c3b2d8157f944b142d5cef735d23e5e98d705f086283c8a661888893de956b57 +SIZE (Parse-PhoneNumber-1.9.tar.gz) = 6903 |