diff options
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> |