diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-11 15:38:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-11 15:38:22 +0800 |
commit | b4dd35f6c1a9b3d09b71d6f927e2442db8ee07a8 (patch) | |
tree | 7e7ee17ed627f872fc0b72a28e0dc9d035154681 /textproc | |
parent | e9436d643ec52c31a2f876b74f90d5301431aeb1 (diff) | |
download | freebsd-ports-gnome-b4dd35f6c1a9b3d09b71d6f927e2442db8ee07a8.tar.gz freebsd-ports-gnome-b4dd35f6c1a9b3d09b71d6f927e2442db8ee07a8.tar.zst freebsd-ports-gnome-b4dd35f6c1a9b3d09b71d6f927e2442db8ee07a8.zip |
- Update to 1.16
Changes: http://search.cpan.org/dist/Lingua-EN-AddressParse/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-AddressParse/pkg-plist | 3 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile index cf55b79495d6..459b8f74177b 100644 --- a/textproc/p5-Lingua-EN-AddressParse/Makefile +++ b/textproc/p5-Lingua-EN-AddressParse/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-EN-AddressParse -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= textproc perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to manipulate geographical addresses -BUILD_DEPENDS= ${SITE_PERL}/Lingua/EN/NameParse.pm:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ - ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ - ${SITE_PERL}/Locale/SubCountry.pm:${PORTSDIR}/misc/p5-Locale-SubCountry -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \ + p5-Locale-SubCountry>=0:${PORTSDIR}/misc/p5-Locale-SubCountry \ + p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= Lingua::EN::AddressGrammar.3 \ - Lingua::EN::AddressParse.3 +MAN3= Lingua::EN::AddressParse.3 \ + Lingua::EN::AddressParse::Grammar.3 .include <bsd.port.mk> diff --git a/textproc/p5-Lingua-EN-AddressParse/distinfo b/textproc/p5-Lingua-EN-AddressParse/distinfo index 2d2a6961abb6..a267627f9b9a 100644 --- a/textproc/p5-Lingua-EN-AddressParse/distinfo +++ b/textproc/p5-Lingua-EN-AddressParse/distinfo @@ -1,3 +1,2 @@ -MD5 (Lingua-EN-AddressParse-1.15.tar.gz) = a1860fd13dc8a52c0e38a6c5a1de58f7 -SHA256 (Lingua-EN-AddressParse-1.15.tar.gz) = fcd4de8aebed731272757b507f6bc13eaf0b762835475705e38822bb0d0864c9 -SIZE (Lingua-EN-AddressParse-1.15.tar.gz) = 18784 +SHA256 (Lingua-EN-AddressParse-1.16.tar.gz) = 796bd7099851f4b82da6a13553c0c074378dbe307a17490194d3b69ba75e3426 +SIZE (Lingua-EN-AddressParse-1.16.tar.gz) = 18420 diff --git a/textproc/p5-Lingua-EN-AddressParse/pkg-plist b/textproc/p5-Lingua-EN-AddressParse/pkg-plist index fb6115518263..c1c4b21df8f6 100644 --- a/textproc/p5-Lingua-EN-AddressParse/pkg-plist +++ b/textproc/p5-Lingua-EN-AddressParse/pkg-plist @@ -1,8 +1,9 @@ -%%SITE_PERL%%/Lingua/EN/AddressGrammar.pm %%SITE_PERL%%/Lingua/EN/AddressParse.pm +%%SITE_PERL%%/Lingua/EN/AddressParse/Grammar.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/AddressParse/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN/AddressParse @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/EN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua +@dirrm %%SITE_PERL%%/Lingua/EN/AddressParse @dirrmtry %%SITE_PERL%%/Lingua/EN @dirrmtry %%SITE_PERL%%/Lingua |