freebsd-ports/security/py-sslstrip/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

19 lines
468 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:security/py-openssl
USES= python twisted:web
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>