aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-06-04 08:23:28 +0000
committerWen Heping <wen@FreeBSD.org>2023-06-04 08:59:37 +0000
commita9b27779fb9c269091cc30ae11e8ea89778266ec (patch)
tree5e4da61dbb17eab64ffcd61d3b00b94fe50aef7e
parentd0ddf7398af64555fdf32d81273c0fc44a27c083 (diff)
downloadports-a9b27779fb9c269091cc30ae11e8ea89778266ec.tar.gz
ports-a9b27779fb9c269091cc30ae11e8ea89778266ec.zip
databases/py-pg8000-112: Mark DEPRECATED
-rw-r--r--databases/py-pg8000-112/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-pg8000-112/Makefile b/databases/py-pg8000-112/Makefile
index 864a96754f8f..afec56b90955 100644
--- a/databases/py-pg8000-112/Makefile
+++ b/databases/py-pg8000-112/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/mfenniak/pg8000
LICENSE= BSD3CLAUSE
+DEPRECATED= EOLd, use www/py-pg8000 instead
+EXPIRATION_DATE=2023-06-30
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+