1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Require perl from ports.

Submitted by:	pointyhat via kris
Pointyhat to: 	clsung
This commit is contained in:
Erwin Lansing 2006-08-06 17:58:03 +00:00
parent 3c8fe9a3e2
commit daff1ece24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169843

View File

@ -28,4 +28,10 @@ MAN3= Make::Cache.3 \
Make::Cache::Obj.3 \
Make::Cache::Runtime.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>