mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
8885fdf0bb
OK: sthen@
52 lines
1.0 KiB
Makefile
52 lines
1.0 KiB
Makefile
COMMENT = interactive intercepting HTTP proxy
|
|
|
|
MODPY_DISTV = 12.1.2
|
|
|
|
DISTNAME = mitmproxy-${MODPY_DISTV}
|
|
|
|
CATEGORIES = security www net
|
|
|
|
HOMEPAGE = https://mitmproxy.org/
|
|
|
|
MAINTAINER= Kirill A. Korinsky <kirill@korins.ky>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
SITES = https://downloads.mitmproxy.org/${MODPY_DISTV}/
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = www/py-aioquic \
|
|
security/py-argon2-cffi \
|
|
www/py-asgiref \
|
|
archivers/py-brotli \
|
|
devel/py-certifi \
|
|
security/py-cryptography \
|
|
www/py-flask \
|
|
www/py-h11 \
|
|
www/py-h2 \
|
|
www/py-hyperframe \
|
|
devel/py-kaitaistruct \
|
|
databases/py-ldap3 \
|
|
security/py-mitmproxy_rs \
|
|
net/py-msgpack \
|
|
security/py-passlib \
|
|
security/py-openssl \
|
|
devel/py-parsing \
|
|
sysutils/py-pyperclip \
|
|
textproc/py-ruamel.yaml \
|
|
devel/py-sortedcontainers \
|
|
www/py-tornado \
|
|
devel/py-typing-extensions \
|
|
devel/py-urwid \
|
|
net/py-wsproto \
|
|
net/py-publicsuffix2 \
|
|
archivers/py-zstandard
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|