1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Require perl 5.6.0 and newer

PR:		ports/86277
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-09-17 22:18:37 +00:00
parent e95d271322
commit cbc3838faa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143036

View File

@ -104,4 +104,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Requires Perl 5.6.0 or better to run
.endif
.include <bsd.port.post.mk>