aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-12 11:17:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-12 22:37:12 +0000
commitca1c7764ca3db12ab527b6aa2ac96f9c8e681140 (patch)
tree1a8a72a71583dca7bae18d297739c5d0f1fd3d4d
parentb7257728c7f6b6e35b56a80081beccddd0197ecb (diff)
downloadports-ca1c7764ca3db12ab527b6aa2ac96f9c8e681140.tar.gz
ports-ca1c7764ca3db12ab527b6aa2ac96f9c8e681140.zip
textproc/rubygem-zmq: Mark DEPRECATED
- Last release was in 2011 and depends on deprecated libzmq2 - Set EXPIRATION_DATE 2024-03-31
-rw-r--r--textproc/rubygem-zmq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile
index a3791179eef2..e99d3f5c690c 100644
--- a/textproc/rubygem-zmq/Makefile
+++ b/textproc/rubygem-zmq/Makefile
@@ -10,6 +10,9 @@ WWW= https://zeromq.org/bindings:ruby
LICENSE= LGPL3
+DEPRECATED= Last releasee was in 2011 and depends on deprecated libzmq2
+EXPIRATION_DATE= 2024-03-31
+
LIB_DEPENDS= libzmq.so:net/libzmq2
USES= gem