aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-20 13:52:28 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-02-20 13:52:28 +0000
commitdd6f20b6468004e3e2ee7edf84d7162b8726515a (patch)
treebf9f97e88e922021741803d53b2fe27fcd635014
parentbdb817ad5f6d49d1a80ceb9a4640fc22a70ee12d (diff)
downloadports-dd6f20b6468004e3e2ee7edf84d7162b8726515a.tar.gz
ports-dd6f20b6468004e3e2ee7edf84d7162b8726515a.zip
devel/pecl-hrtime: Mark DEPRECATED with php74
- Set EXPIRATION_DATE on 2022-11-28 Looks like there isn't update from upstream. PR: 261618 Approved by: gasol.wu@gmail.com (maintainer-timeout)
-rw-r--r--devel/pecl-hrtime/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-hrtime/Makefile b/devel/pecl-hrtime/Makefile
index f469265b15d9..3c437869682a 100644
--- a/devel/pecl-hrtime/Makefile
+++ b/devel/pecl-hrtime/Makefile
@@ -9,6 +9,9 @@ COMMENT= High resolution timing for PHP
LICENSE= BSD2CLAUSE
+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