security/py-sslstrip: add missing dependency to RUN_DEPENDS

PR:		235276
Submitted by:	egypcio
Reviewed by:	Matthew Donovan <kitchetech % gmail.com> (maintainer)
Approved by:	rene (mentor)
This commit is contained in:
Vinícius Zavam 2019-02-07 13:23:51 +00:00
parent 940c8a32cd
commit 8789e35b2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492365

View file

@ -3,7 +3,7 @@
PORTNAME= sslstrip PORTNAME= sslstrip
PORTVERSION= 0.9 PORTVERSION= 0.9
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= security python CATEGORIES= security python
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/ MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,6 +12,7 @@ MAINTAINER= kitchetech@gmail.com
COMMENT= Python program for SSL stripping COMMENT= Python program for SSL stripping
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${PY_FLAVOR}
NO_ARCH= yes NO_ARCH= yes