Requires Perl 5.6 or newer. Add appropriate IGNORE line.

Submitted by:	pointyhat via kris
This commit is contained in:
Shaun Amott 2006-11-13 22:25:18 +00:00
parent 8f7d3264da
commit 08f77ae3d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177195

View file

@ -29,4 +29,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${PREFIX}/bin
cd ${WRKSRC} && ${INSTALL_DATA} CID2SPF.pm ${SITE_PERL}/LMAP
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>