1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix a typo in check for installed perl version so it actually

fails with perl 5.005_03

PR:		91024
Submitted by:	Robert Archer <freebsd@deathbeforedecaf.net> (maintainer),
		Jarrod Sayers <jarrod@netleader.com.au>
This commit is contained in:
Erwin Lansing 2005-12-28 17:46:07 +00:00
parent 6f73c5cbda
commit 56a8cb1905
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152290

View File

@ -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