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:
parent
3b69c65d14
commit
3544b657c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162912
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user