aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2023-02-20 08:17:09 +0000
committerAlex Dupre <ale@FreeBSD.org>2023-02-20 08:17:52 +0000
commite2af16c420c15130e718b7484b9695e0d70225e3 (patch)
treed39528ff124bc9067f8ace64c00d9c0dd87ed9c3
parent92e4324f7819194a77adfa939e172d4d9b87901a (diff)
downloadports-e2af16c420c15130e718b7484b9695e0d70225e3.tar.gz
ports-e2af16c420c15130e718b7484b9695e0d70225e3.zip
lang/openethereum: mark as DEPRECATED, not maintained anymore
-rw-r--r--net-p2p/openethereum/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile
index c62ef6e8d5d8..4eee5c17de00 100644
--- a/net-p2p/openethereum/Makefile
+++ b/net-p2p/openethereum/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/openethereum/openethereum/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= yes
+EXPIRATION_DATE=2023-03-15
+
USES= cargo
USE_GITHUB= yes