2013-09-21 00:55:24 +02:00
|
|
|
# Created by: User & <dragon@njord.localdomain>
|
2009-04-27 01:21:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sslstrip
|
2011-05-20 09:35:11 +02:00
|
|
|
PORTVERSION= 0.9
|
2014-02-17 19:45:43 +01:00
|
|
|
PORTREVISION= 1
|
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
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Python program for SSL stripping
|
2009-04-27 01:21:50 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=0:security/py-openssl
|
2014-02-17 19:45:43 +01:00
|
|
|
|
2015-02-20 16:49:05 +01:00
|
|
|
USES= python twisted:web
|
2014-10-24 18:50:42 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2014-02-17 19:45:43 +01:00
|
|
|
|
2009-04-27 01:21:50 +02:00
|
|
|
.include <bsd.port.mk>
|