- Use USES=twisted

With hat:	python
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-02-20 15:49:05 +00:00
parent 0ac943bd1a
commit 19242c2c12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379443

View File

@ -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>