1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Require perl 5.6 or newer.

This commit is contained in:
Sergey Skvortsov 2004-11-09 13:14:09 +00:00
parent 0fe3dab2c2
commit e04dcabe31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121191

View File

@ -28,4 +28,10 @@ post-patch:
@${MKDIR} ${WRKSRC}/ex
@${MV} ${WRKSRC}/example.pl ${WRKSRC}/ex
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>