freebsd-ports/security/py-sslstrip/Makefile
Pav Lucistnik 4d2a2473c9 - Update to 0.7
PR:		ports/151955
Submitted by:	Matthew Donovan <kitchetech@gmail.com> (maintainer)
2010-11-08 16:13:28 +00:00

21 lines
467 B
Makefile

# New ports collection makefile for: sslstrip
# Date created: 2009-04-17
# Whom: User & <dragon@njord.localdomain>
#
# $FreeBSD$
#
PORTNAME= sslstrip
PORTVERSION= 0.7
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
.include <bsd.port.mk>