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:
parent
940c8a32cd
commit
8789e35b2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492365
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sslstrip
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,6 +12,7 @@ MAINTAINER= kitchetech@gmail.com
|
|||
COMMENT= Python program for SSL stripping
|
||||
|
||||
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}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
Loading…
Reference in a new issue