2009-04-27 01:21:50 +02:00
|
|
|
# New ports collection makefile for: sslstrip
|
|
|
|
# Date created: 2009-04-17
|
|
|
|
# Whom: User & <dragon@njord.localdomain>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sslstrip
|
2011-05-20 09:35:11 +02:00
|
|
|
PORTVERSION= 0.9
|
2010-09-14 01:44:04 +02:00
|
|
|
CATEGORIES= security python
|
2009-04-27 01:21:50 +02:00
|
|
|
MASTER_SITES= http://www.thoughtcrime.org/software/sslstrip/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= kitchetech@gmail.com
|
|
|
|
COMMENT= Python program for ssl stripping
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= sslstrip
|
2011-05-20 09:35:11 +02:00
|
|
|
RUN_DEPENDS = ${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb
|
2009-04-27 01:21:50 +02:00
|
|
|
.include <bsd.port.mk>
|