aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-sslstrip/Makefile
blob: c32b413282c042cf5fac4717a2db92a607640f86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_AUTOPLIST=  yes

.include <bsd.port.mk>