538e3e8d98
This package contains tool for HTTP(S) sniffing. mitmproxy is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. mitmdump is the command-line version of mitmproxy. Think tcpdump for HTTP. libmproxy is the library that mitmproxy and mitmdump are built on.
24 lines
818 B
Makefile
24 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/05/15 22:39:26 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= mitmproxy-0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://mitmproxy.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mitmproxy.org/
|
|
COMMENT= Interactive console program for inspecting and editing traffic flows
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.2:../../security/py-asn1
|
|
DEPENDS+= ${PYPKGPREFIX}-flask>=0.9:../../www/py-flask
|
|
DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1:../../graphics/py-imaging
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-netlib>=0.9:../../net/py-netlib
|
|
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
|
|
DEPENDS+= ${PYPKGPREFIX}-urwid>=1.1:../../devel/py-urwid
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|