aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-hrtime
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pecl-hrtime')
-rw-r--r--devel/pecl-hrtime/Makefile17
-rw-r--r--devel/pecl-hrtime/distinfo3
-rw-r--r--devel/pecl-hrtime/pkg-descr3
3 files changed, 0 insertions, 23 deletions
diff --git a/devel/pecl-hrtime/Makefile b/devel/pecl-hrtime/Makefile
deleted file mode 100644
index 9ef36e1fb866..000000000000
--- a/devel/pecl-hrtime/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-PORTNAME= hrtime
-PORTVERSION= 0.6.0
-CATEGORIES= devel
-
-MAINTAINER= gasol.wu@gmail.com
-COMMENT= High resolution timing for PHP
-WWW= https://pecl.php.net/package/hrtime
-
-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 82
-
-.include <bsd.port.mk>
diff --git a/devel/pecl-hrtime/distinfo b/devel/pecl-hrtime/distinfo
deleted file mode 100644
index 7ed42158d0f9..000000000000
--- a/devel/pecl-hrtime/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1484123182
-SHA256 (PECL/hrtime-0.6.0.tgz) = f0803d08a1c65a3cff1b1fd56704a59e69fa5f527c93bc3781835e3d546f0ca5
-SIZE (PECL/hrtime-0.6.0.tgz) = 9146
diff --git a/devel/pecl-hrtime/pkg-descr b/devel/pecl-hrtime/pkg-descr
deleted file mode 100644
index 9774c630c90a..000000000000
--- a/devel/pecl-hrtime/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-The extension implements a high resolution StopWatch class. It uses the the best
-possible APIs on different platforms. It also makes possible to implement a
-custom stopwatch using low level ticks delivered by the underlaying APIs.