diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-02-23 15:25:53 +0000 |
commit | 41a5348a3b6a9d16a7808a76f3b3935dbdb9eb49 (patch) | |
tree | dc94bc3df22b218498c473b644b9ddf5d9c9342d /security/py-fteproxy/Makefile | |
parent | d7d7b4eebbb16e530100e9fc57ee92890921ae86 (diff) |
Notes
Diffstat (limited to 'security/py-fteproxy/Makefile')
-rw-r--r-- | security/py-fteproxy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-fteproxy/Makefile b/security/py-fteproxy/Makefile index 68f6348269c0..294a74e36b3f 100644 --- a/security/py-fteproxy/Makefile +++ b/security/py-fteproxy/Makefile @@ -12,6 +12,9 @@ COMMENT= Programmable proxy for censorship circumvention LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=17.9.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libfte>=0.1.0:net/py-libfte@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}obfsproxy-tor>=0.2.13:security/py-obfsproxy-tor@${PY_FLAVOR} \ |