1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- - Fix pointyhat report on perl 5.00503.

PR:		ports/100240
Submitted by:	maintainer (Gea-Suan Lin)
This commit is contained in:
Cheng-Lung Sung 2006-07-14 02:23:07 +00:00
parent 719e938b66
commit 61917ccfdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167736

View File

@ -20,4 +20,10 @@ USE_ZIP= yes
MAN3= Config::INI::Simple.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500807
IGNORE= requires perl 5.8.7 or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>