aboutsummaryrefslogtreecommitdiff
path: root/security/py-sslstrip
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-20 15:49:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-20 15:49:05 +0000
commit19242c2c12e1b1426f64e56ef099fa19613de5a6 (patch)
tree8c2789dd3410ad59eb038f50bd840463d337ea3d /security/py-sslstrip
parent0ac943bd1ac5901388286cf3d410b2d1edaba1df (diff)
downloadports-19242c2c12e1b1426f64e56ef099fa19613de5a6.tar.gz
ports-19242c2c12e1b1426f64e56ef099fa19613de5a6.zip
Notes
Diffstat (limited to 'security/py-sslstrip')
-rw-r--r--security/py-sslstrip/Makefile5
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>