aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-05-18 12:16:14 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-05-18 12:18:44 +0000
commit8940501f903664cba082f3ac81e86f49e1ff7e2b (patch)
tree3565c2beeee2e5890543b327a4a0850fcbfb1356
parented9cc579861c96e10e346a0ce9c5cae443df2ffe (diff)
downloadports-8940501f903664cba082f3ac81e86f49e1ff7e2b.tar.gz
ports-8940501f903664cba082f3ac81e86f49e1ff7e2b.zip
devel/dep: Deprecate and set expiration date to 2022-06-30
Unmaintained by the upstream. Go modules support is considered production now, deprecate this port and set expiration date.
-rw-r--r--devel/dep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/dep/Makefile b/devel/dep/Makefile
index 4c416f712e31..62ba5a871eaf 100644
--- a/devel/dep/Makefile
+++ b/devel/dep/Makefile
@@ -14,6 +14,9 @@ COMMENT= Prototype dependency management tool for Go
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Use Go modules
+EXPIRATION_DATE= 2022-06-30
+
USES= go
USE_GITHUB= yes