aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-MIME-Fast
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-10-26 21:04:21 +0000
committerSteve Wills <swills@FreeBSD.org>2014-10-26 21:04:21 +0000
commitb4caa5c8cf3ad2eedc44a528a460df4e4a455f01 (patch)
tree43f8ad22dde713f3c4b00323750f35a4b326cce2 /mail/p5-MIME-Fast
parent63450a201500222632f7b074c132927c6efea8be (diff)
downloadports-b4caa5c8cf3ad2eedc44a528a460df4e4a455f01.tar.gz
ports-b4caa5c8cf3ad2eedc44a528a460df4e4a455f01.zip
Mark broken with Perl 5.18 and newer
Notes
Notes: svn path=/head/; revision=371526
Diffstat (limited to 'mail/p5-MIME-Fast')
-rw-r--r--mail/p5-MIME-Fast/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/p5-MIME-Fast/Makefile b/mail/p5-MIME-Fast/Makefile
index 88feb29dd7ca..5eae7e572508 100644
--- a/mail/p5-MIME-Fast/Makefile
+++ b/mail/p5-MIME-Fast/Makefile
@@ -19,4 +19,10 @@ USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>