aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-03-07 23:05:55 +0800
committerswills <swills@FreeBSD.org>2017-03-07 23:05:55 +0800
commit53832a28911672e154088c203be07b9b16ed2c76 (patch)
tree9d4f464cbacb82c2c37e99aac7e1942951c4ed76 /devel
parent291ab4aec48ba3ef09e55fdd02cd67f26dc7e0a0 (diff)
downloadfreebsd-ports-gnome-53832a28911672e154088c203be07b9b16ed2c76.tar.gz
freebsd-ports-gnome-53832a28911672e154088c203be07b9b16ed2c76.tar.zst
freebsd-ports-gnome-53832a28911672e154088c203be07b9b16ed2c76.zip
devel/go-pretty: deprecate and expire
Diffstat (limited to 'devel')
-rw-r--r--devel/go-pretty/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/go-pretty/Makefile b/devel/go-pretty/Makefile
index 300c7f4d65b0..bbc0a9934e6d 100644
--- a/devel/go-pretty/Makefile
+++ b/devel/go-pretty/Makefile
@@ -16,4 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/github.com/kr/text.a:textproc/go-text
USES= go
GO_PKGNAME= github.com/kr/pretty
+DEPRECATED= Go libraries should not be packaged
+EXPIRATION_DATE= 2017-03-08
+
.include <bsd.port.mk>