diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 18:07:28 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-18 18:12:55 +0000 |
commit | 04cb1fc7c45ae3ce643348b9c61fcc453e72e6a3 (patch) | |
tree | 7edb2340821541dc9ff89ee4ef4b2b2b540006cd | |
parent | 2ef1756332cbd93fbe591c1337d329f12e494c2f (diff) |
math/pecl-stats2: Mark DEPRECATED
- Set EXPIRATION_DATE on 2022-11-28
Upstream last release was in 2016 and doesn't look like it's going to be
upgraded soon.
PR: 261613
Approved by: dbaio (maintainer-timeout)
-rw-r--r-- | math/pecl-stats2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile index 2e9568924a11..17effebd5c1a 100644 --- a/math/pecl-stats2/Makefile +++ b/math/pecl-stats2/Makefile @@ -8,6 +8,9 @@ COMMENT= PECL extension with routines for statistical computation LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE +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 |