1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/security/py-sslstrip/Makefile
Marcus von Appen 742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00

21 lines
539 B
Makefile

# Created by: User & <dragon@njord.localdomain>
# $FreeBSD$
PORTNAME= sslstrip
PORTVERSION= 0.9
PORTREVISION= 1
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:${PORTSDIR}/security/py-openssl \
${PYTHON_PKGNAMEPREFIX}twistedWeb>=0:${PORTSDIR}/www/py-twistedWeb
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>