aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Locale-SubCountry/Makefile
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-07-07 15:27:31 +0800
committerculot <culot@FreeBSD.org>2012-07-07 15:27:31 +0800
commit3bc4824ddee5173e63827fa075be17b17b3dcee0 (patch)
treedf6d92e72b17ac8a17c23e6090e93f86e3dbba64 /misc/p5-Locale-SubCountry/Makefile
parentc69d21bc8850841291b2acf2bceb83d106509705 (diff)
downloadfreebsd-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/p5-Locale-SubCountry/Makefile')
-rw-r--r--misc/p5-Locale-SubCountry/Makefile12
1 files changed, 9 insertions, 3 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>