diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 15:49:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-20 15:49:05 +0000 |
commit | 19242c2c12e1b1426f64e56ef099fa19613de5a6 (patch) | |
tree | 8c2789dd3410ad59eb038f50bd840463d337ea3d /security/py-sslstrip | |
parent | 0ac943bd1ac5901388286cf3d410b2d1edaba1df (diff) | |
download | ports-19242c2c12e1b1426f64e56ef099fa19613de5a6.tar.gz ports-19242c2c12e1b1426f64e56ef099fa19613de5a6.zip |
Notes
Diffstat (limited to 'security/py-sslstrip')
-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> |