diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 21:46:05 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 21:53:34 +0000 |
commit | 28158226ee3985c9651f461bba39e93b415cbc7f (patch) | |
tree | 0c80ec75c7a8ffcfe788f6b2a08f4df0494fde8f | |
parent | 21936ae349dae0854aef7fb6e8dd5a618d49f9d8 (diff) |
devel/pecl-jsond: Mark DEPRECATED with php74
- Set EXPIRATION_DATE 2022-11-28
This is part of the php core from php8.
PR: 261614
Approved by: gasol.wu@gmail.com (maintainer-timeout)
-rw-r--r-- | devel/pecl-jsond/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-jsond/Makefile b/devel/pecl-jsond/Makefile index 0ad5b97eb6b9..9e2e5e472da0 100644 --- a/devel/pecl-jsond/Makefile +++ b/devel/pecl-jsond/Makefile @@ -9,6 +9,9 @@ COMMENT= JavaScript Object Notation in PHP LICENSE= PHP301 +DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29 +EXPIRATION_DATE=2022-11-28 + USES= php:pecl IGNORE_WITH_PHP= 80 81 |