diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-11-13 22:25:18 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-11-13 22:25:18 +0000 |
commit | 08f77ae3d21cae3a1eb51cf636e169f4c89d1fe7 (patch) | |
tree | ab2199637bd4cd62ca934bf5d94043bdb26e1e40 /mail/p5-LMAP-CID2SPF | |
parent | 8f7d3264da70afb8cb841eeec1e41d7e0817263d (diff) |
Requires Perl 5.6 or newer. Add appropriate IGNORE line.
Submitted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=177195
Diffstat (limited to 'mail/p5-LMAP-CID2SPF')
-rw-r--r-- | mail/p5-LMAP-CID2SPF/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/p5-LMAP-CID2SPF/Makefile b/mail/p5-LMAP-CID2SPF/Makefile index 55f88b7be498..a3e81aad1fed 100644 --- a/mail/p5-LMAP-CID2SPF/Makefile +++ b/mail/p5-LMAP-CID2SPF/Makefile @@ -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> |