mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
19 lines
503 B
Makefile
19 lines
503 B
Makefile
# Created by: User & <dragon@njord.localdomain>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sslstrip
|
|
PORTVERSION= 0.9
|
|
CATEGORIES= security python
|
|
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
|
|
RUN_DEPENDS = ${LOCALBASE}/lib/python2.7/site-packages/twisted/web:${PORTSDIR}/www/py-twistedWeb
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|