diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 20:56:00 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-02-25 20:56:07 +0100 |
commit | 5a68556a3fd26c3a6f906e1c25671d02a4e5ad3f (patch) | |
tree | 01916c32742ec09feef4844dcde3e7e4c6d76f7b | |
parent | net-p2p/libbt: Deprecate and set expiration date to 2024-03-31 (diff) |
net-p2p/py-vertex: Deprecate and set expiration date to 2024-03-31
Abandoned project since 7 years ago
PR: 276981
Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r-- | net-p2p/py-vertex/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/py-vertex/Makefile b/net-p2p/py-vertex/Makefile index 1bd8b883306d..9325d438e1d8 100644 --- a/net-p2p/py-vertex/Makefile +++ b/net-p2p/py-vertex/Makefile @@ -13,6 +13,9 @@ WWW= https://launchpad.net/divmod LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Abandoned project since 7 years back +EXPIRATION_DATE=2024-03-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}epsilon>=0:devel/py-epsilon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} |