aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2006-11-14 06:25:18 +0800
committershaun <shaun@FreeBSD.org>2006-11-14 06:25:18 +0800
commit204bce44c10a626a5e6bb22100e689ca83ced462 (patch)
tree41ce22af6de714d9f784b7b8e195c7a71ad6ea39 /mail
parent0edbe137e8f0285472e4d438d98c623129fc7ce6 (diff)
downloadfreebsd-ports-gnome-204bce44c10a626a5e6bb22100e689ca83ced462.tar.gz
freebsd-ports-gnome-204bce44c10a626a5e6bb22100e689ca83ced462.tar.zst
freebsd-ports-gnome-204bce44c10a626a5e6bb22100e689ca83ced462.zip
Requires Perl 5.6 or newer. Add appropriate IGNORE line.
Submitted by: pointyhat via kris
Diffstat (limited to 'mail')
-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>