diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-28 17:46:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-28 17:46:07 +0000 |
commit | 56a8cb19057dacd32e9911be0850d3dbf24a7a03 (patch) | |
tree | cc157a89c77558eeb0259cbaaaf121cab5f326fe /security | |
parent | 6f73c5cbdafdd4b950b048e6ccad272759260773 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ipfcount/Makefile | 3 |
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 |