summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-02-20 15:49:05 +0000
committersunpoet <sunpoet@FreeBSD.org>2015-02-20 15:49:05 +0000
commit53ea871a093e2dda75b3c2da0dd53cc1d366c0e4 (patch)
tree8c2789dd3410ad59eb038f50bd840463d337ea3d
parenta6954f0b4a00ac3d6dd85ab9e63e2552a1d7ce30 (diff)
downloadFreeBSD-ports-53ea871a093e2dda75b3c2da0dd53cc1d366c0e4.zip
FreeBSD-ports-53ea871a093e2dda75b3c2da0dd53cc1d366c0e4.tar.gz
- Use USES=twisted
With hat: python
-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 447a117..978536e 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>
OpenPOWER on IntegriCloud