1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Permanently set to require Perl 5.8+ due to vendor's request.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-08 13:45:54 +00:00
parent 9fcf1d8d1d
commit dac806d694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164826

View File

@ -28,7 +28,7 @@ PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= is currently broken under Perl <5.8.0. This will hopefully be fixed soon. Please install lang/perl5.8 and try again
IGNORE= requires at least Perl 5.8.0+. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>