aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IPfree
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-12-13 07:50:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2010-12-13 07:50:10 +0000
commit0761a461f95dfd020c9288021cd8fa99ac3f6513 (patch)
tree6ce8f797d63c3270bc0f914af1faa4be008d8ad0 /net/p5-Geo-IPfree
parentd8d72b8bcd6628c9ce9b6384dbde5ab01f2ac7a0 (diff)
downloadports-0761a461f95dfd020c9288021cd8fa99ac3f6513.tar.gz
ports-0761a461f95dfd020c9288021cd8fa99ac3f6513.zip
- Fix PERL_LEVEL in previous commit
Notes
Notes: svn path=/head/; revision=266183
Diffstat (limited to 'net/p5-Geo-IPfree')
-rw-r--r--net/p5-Geo-IPfree/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IPfree/Makefile b/net/p5-Geo-IPfree/Makefile
index 1663dd59bd4b..5cb0a1480c2c 100644
--- a/net/p5-Geo-IPfree/Makefile
+++ b/net/p5-Geo-IPfree/Makefile
@@ -20,7 +20,7 @@ MAN3= Geo::IPfree.3
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 512000
+.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif