aboutsummaryrefslogtreecommitdiff
path: root/textproc/php-mecab/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-15 07:10:23 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-15 07:10:23 +0000
commitd8dce10529a61543d66fc26a59fb9205df55558e (patch)
treedefbea6a5b7ab27b8f2e542cad07cf858dbfe116 /textproc/php-mecab/Makefile
parentf91545cb516003756f4f592792171c383362b3a9 (diff)
downloadports-d8dce10529a61543d66fc26a59fb9205df55558e.tar.gz
ports-d8dce10529a61543d66fc26a59fb9205df55558e.zip
textproc/php-mecab: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28 Upstream last updated 6 years ago and chances of php 8.x support is very low. PR: 261608 Approved by: gasol.wu@gmail.com (maintainer-timeout)
Diffstat (limited to 'textproc/php-mecab/Makefile')
-rw-r--r--textproc/php-mecab/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile
index f623563d71ac..408f9da9f400 100644
--- a/textproc/php-mecab/Makefile
+++ b/textproc/php-mecab/Makefile
@@ -12,6 +12,9 @@ COMMENT= PHP bindings of the MeCab
LICENSE= MIT
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
LIB_DEPENDS= libmecab.so:japanese/mecab
USES= php:ext