diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 23:49:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-20 23:49:05 +0800 |
commit | 53ea871a093e2dda75b3c2da0dd53cc1d366c0e4 (patch) | |
tree | 8c2789dd3410ad59eb038f50bd840463d337ea3d /security | |
parent | a6954f0b4a00ac3d6dd85ab9e63e2552a1d7ce30 (diff) | |
download | freebsd-ports-gnome-53ea871a093e2dda75b3c2da0dd53cc1d366c0e4.tar.gz freebsd-ports-gnome-53ea871a093e2dda75b3c2da0dd53cc1d366c0e4.tar.zst freebsd-ports-gnome-53ea871a093e2dda75b3c2da0dd53cc1d366c0e4.zip |
- Use USES=twisted
With hat: python
Diffstat (limited to 'security')
-rw-r--r-- | security/py-sslstrip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/py-sslstrip/Makefile b/security/py-sslstrip/Makefile index 447a117c33c2..978536ec6ac1 100644 --- a/security/py-sslstrip/Makefile +++ b/security/py-sslstrip/Makefile @@ -11,10 +11,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kitchetech@gmail.com COMMENT= Python program for SSL stripping -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \ - ${PYTHON_PKGNAMEPREFIX}twistedWeb>=0:${PORTSDIR}/www/py-twistedWeb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl -USES= python +USES= python twisted:web USE_PYTHON= distutils autoplist .include <bsd.port.mk> |