1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Require perl >= 5.8.x

Reported by:	leeym
This commit is contained in:
Renato Botelho 2006-05-20 23:35:11 +00:00
parent 3b69c65d14
commit 3544b657c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162912

View File

@ -29,8 +29,8 @@ MAN3= GD.3 GD::Polyline.3 GD::Simple.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.if ${PERL_LEVEL} < 500800
IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>