aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2022-02-01 13:03:31 +0000
committerRenato Botelho <garga@FreeBSD.org>2022-02-01 13:06:23 +0000
commit8c6c230da48ce876026822274db58410e648860a (patch)
treee3bd68548357687775140c2d47a913bf506a63f3
parent38d9115d5a73067b657baae0196c8122dce43a6b (diff)
downloadports-8c6c230da48ce876026822274db58410e648860a.tar.gz
ports-8c6c230da48ce876026822274db58410e648860a.zip
net/pecl-zmq: Deprecate together with PHP 7.4
Latest version is from 2016 and doesn't work with more recent PHP versions. PR: 261619 Reported by: bofh Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--net/pecl-zmq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pecl-zmq/Makefile b/net/pecl-zmq/Makefile
index 000a3bbb17fa..c647b7e92f71 100644
--- a/net/pecl-zmq/Makefile
+++ b/net/pecl-zmq/Makefile
@@ -8,6 +8,9 @@ COMMENT= PHP bindings for ZeroMQ
LICENSE= BSD3CLAUSE
+DEPRECATED= Requires php 7.4 which is set to expire on 2022-11-29
+EXPIRATION_DATE=2022-11-28
+
LIB_DEPENDS= libzmq.so:net/libzmq4
USES= php:pecl pkgconfig