# New ports collection makefile for:	sslstrip
# Date created:		2009-04-17
# Whom:			User & <dragon@njord.localdomain>
#
# $FreeBSD: ports/security/py-sslstrip/Makefile,v 1.1 2009/04/26 23:21:49 miwi Exp $
#

PORTNAME=	sslstrip
PORTVERSION=	0.2
CATEGORIES=	security
MASTER_SITES=	http://www.thoughtcrime.org/software/sslstrip/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	kitchetech@gmail.com
COMMENT=	Python program for ssl stripping

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	sslstrip

.include <bsd.port.mk>
