- Update to 1.56
Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
This commit is contained in:
parent
f46feeb5df
commit
a26a0f9780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300585
3 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue