diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-11 18:41:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-11 18:41:02 +0000 |
commit | 06c5de79f378cb9bbdba3e5d06e2807503b3940e (patch) | |
tree | eb9b368b01c2491de60e392a19b1c145925fbc0f /security/py-obfsproxy-tor | |
parent | 4ee428a86ffcc771e493697c255455fd7eb26f68 (diff) |
Notes
Diffstat (limited to 'security/py-obfsproxy-tor')
-rw-r--r-- | security/py-obfsproxy-tor/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-obfsproxy-tor/Makefile b/security/py-obfsproxy-tor/Makefile index dae8eb8f8ff6..cab60d656951 100644 --- a/security/py-obfsproxy-tor/Makefile +++ b/security/py-obfsproxy-tor/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= security net python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= -tor MAINTAINER= cs@FreeBSD.org @@ -15,8 +16,6 @@ COMMENT= Pluggable transport proxy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE= is outdated and superseded by more modern obfuscation proxies - RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.1:security/py-pycrypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} \ @@ -24,8 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyptlib>=0.0.5:security/py-pyptlib@${PY_FLAV TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python:2.7 -USE_PYTHON= distutils autoplist noflavors - +USE_PYTHON= distutils autoplist SUB_FILES= pkg-message NO_ARCH= yes |