Require perl 5.6 or later.

This commit is contained in:
Sergey Skvortsov 2006-05-05 09:24:53 +00:00
parent a72b53ead9
commit ab584b34f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161404

View File

@ -24,4 +24,10 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
MAN3= Authen::SASL::Cyrus.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again
.endif
.include <bsd.port.post.mk>