freebsd-ports/security/py-sslstrip/Makefile
Vinícius Zavam 8789e35b2e 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)
2019-02-07 13:23:51 +00:00

22 lines
643 B
Makefile

# Created by: User & <dragon@njord.localdomain>
# $FreeBSD$
PORTNAME= sslstrip
PORTVERSION= 0.9
PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>