diff options
author | mat <mat@FreeBSD.org> | 2015-04-24 22:25:06 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-24 22:25:06 +0800 |
commit | 530484e8545e5d931ab7392d4d7b18592dbd4002 (patch) | |
tree | 982a7e3e854a1b0b17afc702876a6ca0fd7f73bd /japanese/p5-Text-MeCab | |
parent | f0b00af995559d09f8ed85fddfa0c87a972a0ee2 (diff) | |
download | freebsd-ports-gnome-530484e8545e5d931ab7392d4d7b18592dbd4002.tar.gz freebsd-ports-gnome-530484e8545e5d931ab7392d4d7b18592dbd4002.tar.zst freebsd-ports-gnome-530484e8545e5d931ab7392d4d7b18592dbd4002.zip |
Deprecate Perl modules that only work with 5.16, as it's being phased out, with
the same deprecation date.
With hat: perl@
Sponsored by: Absolight
Diffstat (limited to 'japanese/p5-Text-MeCab')
-rw-r--r-- | japanese/p5-Text-MeCab/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/p5-Text-MeCab/Makefile b/japanese/p5-Text-MeCab/Makefile index d200e25e80f0..f00102e98e3a 100644 --- a/japanese/p5-Text-MeCab/Makefile +++ b/japanese/p5-Text-MeCab/Makefile @@ -25,6 +25,9 @@ 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 |