diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-09-23 12:05:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-09-23 12:05:12 +0000 |
commit | 7b7a04efd80a6c0297bf53d019487777923ba318 (patch) | |
tree | e76595268c7207fb919e2962e5ff24c244b55d22 /misc/p5-Locale-SubCountry | |
parent | aaf5ae797ad37b7a64764e1c17942526dba1d99b (diff) | |
download | freebsd-ports-7b7a04efd80a6c0297bf53d019487777923ba318.zip |
Update to 1.36. Require lang/perl5.8. Assign maintainer to perl@.
Diffstat (limited to 'misc/p5-Locale-SubCountry')
-rw-r--r-- | misc/p5-Locale-SubCountry/Makefile | 12 | ||||
-rw-r--r-- | misc/p5-Locale-SubCountry/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile index c2c048d48405..508c475c5cf4 100644 --- a/misc/p5-Locale-SubCountry/Makefile +++ b/misc/p5-Locale-SubCountry/Makefile @@ -6,17 +6,23 @@ # PORTNAME= Locale-SubCountry -PORTVERSION= 1.22 +PORTVERSION= 1.36 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Locale PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Convert state, province, county etc. names to/from code PERL_CONFIGURE= yes MAN3= Locale::SubCountry.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500804 +IGNORE= Port requires perl 5.8.4 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/misc/p5-Locale-SubCountry/distinfo b/misc/p5-Locale-SubCountry/distinfo index 1d21848190ff..09a64f8eb250 100644 --- a/misc/p5-Locale-SubCountry/distinfo +++ b/misc/p5-Locale-SubCountry/distinfo @@ -1,2 +1,2 @@ -MD5 (Locale-SubCountry-1.22.tar.gz) = 7cabbbc4b8a4084ec8da19f92f54fcb4 -SIZE (Locale-SubCountry-1.22.tar.gz) = 45221 +MD5 (Locale-SubCountry-1.36.tar.gz) = 37be86a0634d4ab4c3b6d36bd2722e77 +SIZE (Locale-SubCountry-1.36.tar.gz) = 64316 |