diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-09-06 11:21:07 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2017-09-06 11:21:07 +0000 |
commit | 91fd211a2358fc313b0c3fa3f9b811b109de6a56 (patch) | |
tree | c98a73abc0213a424de9fce5b9758e70c5624240 | |
parent | 41d531410c42a77fb4e79e25e95ed2237bd9c8b8 (diff) |
Notes
-rw-r--r-- | editors/vanubi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/vanubi/Makefile b/editors/vanubi/Makefile index f294695bc4a7..f0f9f73488d2 100644 --- a/editors/vanubi/Makefile +++ b/editors/vanubi/Makefile @@ -13,6 +13,9 @@ COMMENT= Programming editor written in Vala LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Vanubi is no longer actively maintained +EXPIRATION_DATE= 2017-10-06 + BUILD_DEPENDS= valac:lang/vala GH_TAGNAME= eedac1d |