1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Require perl from ports.

PR:		96148
Submitted by:	Rod Taylor <ports@rbt.ca> (maintainer)
Reported by:	pointyhat via kris
This commit is contained in:
Erwin Lansing 2006-04-22 10:20:22 +00:00
parent a5ce072801
commit ae2d3cc018
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160129

View File

@ -21,4 +21,10 @@ PERL_MODBUILD= yes
MAN3= Test::File::Contents.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>