aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Geo-IPfree
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-12-13 15:50:10 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-12-13 15:50:10 +0800
commit2b3d7203dc2b7ace2b2b2fa412f38f8779cbd19c (patch)
tree64d1d8a29e4c83278c9f3b1de76f859744601b94 /net/p5-Geo-IPfree
parentce51504ea31e13022b42b84ba15659ec7e601d70 (diff)
downloadfreebsd-ports-gnome-2b3d7203dc2b7ace2b2b2fa412f38f8779cbd19c.tar.gz
freebsd-ports-gnome-2b3d7203dc2b7ace2b2b2fa412f38f8779cbd19c.tar.zst
freebsd-ports-gnome-2b3d7203dc2b7ace2b2b2fa412f38f8779cbd19c.zip
- Fix PERL_LEVEL in previous commit
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