aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qar-bufo
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-10-27 05:04:21 +0800
committerswills <swills@FreeBSD.org>2014-10-27 05:04:21 +0800
commit1bef69b1cf78958e91373124e53110b701be5389 (patch)
tree43f8ad22dde713f3c4b00323750f35a4b326cce2 /mail/qar-bufo
parentc01af5eee0eb1b0883d412ec76c6cb119b4d783c (diff)
downloadfreebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.gz
freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.tar.zst
freebsd-ports-gnome-1bef69b1cf78958e91373124e53110b701be5389.zip
Mark broken with Perl 5.18 and newer
Diffstat (limited to 'mail/qar-bufo')
-rw-r--r--mail/qar-bufo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/qar-bufo/Makefile b/mail/qar-bufo/Makefile
index 93284186be57..a9b27e763ad8 100644
--- a/mail/qar-bufo/Makefile
+++ b/mail/qar-bufo/Makefile
@@ -36,4 +36,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
-.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>