diff options
author | culot <culot@FreeBSD.org> | 2012-07-07 15:27:31 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-07-07 15:27:31 +0800 |
commit | 3bc4824ddee5173e63827fa075be17b17b3dcee0 (patch) | |
tree | df6d92e72b17ac8a17c23e6090e93f86e3dbba64 /misc | |
parent | c69d21bc8850841291b2acf2bceb83d106509705 (diff) | |
download | freebsd-ports-gnome-3bc4824ddee5173e63827fa075be17b17b3dcee0.tar.gz freebsd-ports-gnome-3bc4824ddee5173e63827fa075be17b17b3dcee0.tar.zst freebsd-ports-gnome-3bc4824ddee5173e63827fa075be17b17b3dcee0.zip |
- Update to 1.56
Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-SubCountry/Makefile | 12 | ||||
-rw-r--r-- | misc/p5-Locale-SubCountry/distinfo | 4 | ||||
-rw-r--r-- | misc/p5-Locale-SubCountry/pkg-plist | 3 |
3 files changed, 11 insertions, 8 deletions
diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index 5a269c0d0cc9..eabd0d628a43 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Locale-SubCountry -PORTVERSION= 1.51 +PORTVERSION= 1.56 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,15 @@ COMMENT= Convert state, province, county etc. names to/from code LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Locale::SubCountry.3 \ Locale::SubCountry::Data.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501200 +TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Locale-SubCountry/distinfo b/misc/p5-Locale-SubCountry/distinfo index d05d50a83172..9a0da968adaf 100644 --- a/misc/p5-Locale-SubCountry/distinfo +++ b/misc/p5-Locale-SubCountry/distinfo @@ -1,2 +1,2 @@ -SHA256 (Locale-SubCountry-1.51.tar.gz) = 9eeaec24fece9ee8efc5886678899d6459c9d7e1d04ae79174498a746769b943 -SIZE (Locale-SubCountry-1.51.tar.gz) = 74237 +SHA256 (Locale-SubCountry-1.56.tar.gz) = 1eea8bfa3f955c17b2481b25dd02080a66b67422c56b4ddbe6f72c8ae3dce138 +SIZE (Locale-SubCountry-1.56.tar.gz) = 76008 diff --git a/misc/p5-Locale-SubCountry/pkg-plist b/misc/p5-Locale-SubCountry/pkg-plist index 5add0b7c3832..a5818865b2f1 100644 --- a/misc/p5-Locale-SubCountry/pkg-plist +++ b/misc/p5-Locale-SubCountry/pkg-plist @@ -1,7 +1,4 @@ %%SITE_PERL%%/Locale/SubCountry.pm %%SITE_PERL%%/Locale/SubCountry/Data.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/SubCountry/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/SubCountry @dirrm %%SITE_PERL%%/Locale/SubCountry -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale @dirrmtry %%SITE_PERL%%/Locale |