1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00

Require Perl 5.6 or above.

PR:		ports/101537
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
This commit is contained in:
Shaun Amott 2006-08-07 02:41:49 +00:00
parent 8a8a8d50aa
commit f5a21b2770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169887

View File

@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= B::Size.3 B::TerseSize.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or higer. Install lang/perl5 or lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>