diff options
Diffstat (limited to 'japanese/p5-Text-MeCab/Makefile')
-rw-r--r-- | japanese/p5-Text-MeCab/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile index f00102e98e3a..3165745eb7c8 100644 --- a/japanese/p5-Text-MeCab/Makefile +++ b/japanese/p5-Text-MeCab/Makefile @@ -25,9 +25,6 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= </dev/null -DEPRECATED= Does not work with 5.18 or above -EXPIRATION_DATE=2015-07-31 - # dictionary encoding (euc-jp, shift_jis, utf-8) ENCODING?= euc-jp @@ -43,8 +40,4 @@ 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> |