aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-MeCab
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 /japanese/p5-Text-MeCab
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 'japanese/p5-Text-MeCab')
-rw-r--r--japanese/p5-Text-MeCab/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile
index a00bdc4b66fc..9b75c710b3ba 100644
--- a/japanese/p5-Text-MeCab/Makefile
+++ b/japanese/p5-Text-MeCab/Makefile
@@ -39,4 +39,8 @@ post-configure:
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
.include <bsd.port.post.mk>