aboutsummaryrefslogtreecommitdiff
path: root/security/ipfcount
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-28 17:46:07 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-28 17:46:07 +0000
commit56a8cb19057dacd32e9911be0850d3dbf24a7a03 (patch)
treecc157a89c77558eeb0259cbaaaf121cab5f326fe /security/ipfcount
parent6f73c5cbdafdd4b950b048e6ccad272759260773 (diff)
downloadports-56a8cb19057dacd32e9911be0850d3dbf24a7a03.tar.gz
ports-56a8cb19057dacd32e9911be0850d3dbf24a7a03.zip
Notes
Diffstat (limited to 'security/ipfcount')
-rw-r--r--security/ipfcount/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ipfcount/Makefile b/security/ipfcount/Makefile
index b4a1e44c0777..e5bb3e78bdde 100644
--- a/security/ipfcount/Makefile
+++ b/security/ipfcount/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ipfcount
PORTVERSION= 0.1
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://deathbeforedecaf.net/misc/ports/ \
http://users.netleader.com.au/~rob/
@@ -27,7 +28,7 @@ USE_REINPLACE= yes
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 5006
+.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6 or higher - see the lang/perl5.8 port
.endif