diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-10-26 21:04:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-10-26 21:04:21 +0000 |
commit | b4caa5c8cf3ad2eedc44a528a460df4e4a455f01 (patch) | |
tree | 43f8ad22dde713f3c4b00323750f35a4b326cce2 /japanese | |
parent | 63450a201500222632f7b074c132927c6efea8be (diff) |
Mark broken with Perl 5.18 and newer
Notes
Notes:
svn path=/head/; revision=371526
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Text-MeCab/Makefile | 4 |
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> |