diff options
author | tobez <tobez@FreeBSD.org> | 2005-09-23 20:05:12 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-09-23 20:05:12 +0800 |
commit | 25bcc9d8de8168b51eab7141ddad27c27297e63f (patch) | |
tree | 84c8ce9b1a7808f7855c515dd110bf2e5d9fa6b7 /misc | |
parent | 5f41ddea90b621ae8301a2e888312ad5b75e1803 (diff) | |
download | freebsd-ports-gnome-25bcc9d8de8168b51eab7141ddad27c27297e63f.tar.gz freebsd-ports-gnome-25bcc9d8de8168b51eab7141ddad27c27297e63f.tar.zst freebsd-ports-gnome-25bcc9d8de8168b51eab7141ddad27c27297e63f.zip |
Update to 1.36. Require lang/perl5.8. Assign maintainer to perl@.
Diffstat (limited to 'misc')
-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 |