diff options
author | thierry <thierry@FreeBSD.org> | 2019-05-16 03:42:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2019-05-16 03:42:16 +0800 |
commit | 99800f030ab46e335ecb8625204d58ed20d403ed (patch) | |
tree | 6f03e91a54f367e71692e0fa148617e4b7f27c18 /net/neubot/Makefile | |
parent | cdbfa00d276ea36092d4dda65f9b1d1b32dc69da (diff) | |
download | freebsd-ports-gnome-99800f030ab46e335ecb8625204d58ed20d403ed.tar.gz freebsd-ports-gnome-99800f030ab46e335ecb8625204d58ed20d403ed.tar.zst freebsd-ports-gnome-99800f030ab46e335ecb8625204d58ed20d403ed.zip |
Mark deprecated.
The neubot client has been retired: see
http://www.neubot.org/2019/01/retiring-neubot-client.html
Diffstat (limited to 'net/neubot/Makefile')
-rw-r--r-- | net/neubot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/neubot/Makefile b/net/neubot/Makefile index 7dc2fcb4f362..80d72ee9ad3d 100644 --- a/net/neubot/Makefile +++ b/net/neubot/Makefile @@ -13,6 +13,10 @@ COMMENT= Measures neutrality of your network connection in the background LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +# Retiring the Neubot Client - See http://www.neubot.org/2019/01/retiring-neubot-client.html +DEPRECATED= Yes +EXPIRATION_DATE=2019-05-30 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python:2.7 shebangfix |