summaryrefslogtreecommitdiff
path: root/mail/p5-LMAP-CID2SPF
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-11-13 22:25:18 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-11-13 22:25:18 +0000
commit08f77ae3d21cae3a1eb51cf636e169f4c89d1fe7 (patch)
treeab2199637bd4cd62ca934bf5d94043bdb26e1e40 /mail/p5-LMAP-CID2SPF
parentUpgrade to v 2.11. (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/Makefile8
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>