Files
ports/www/py-proxy.py/Makefile
T
Po-Chuan Hsieh 67d82d96f0 www/py-proxy.py: Add py-proxy.py 2.4.10
Proxy.py is a high-performance, lightweight, and highly customizable HTTP proxy
server framework written in Python.
2026-01-31 22:14:47 +08:00

26 lines
710 B
Makefile

PORTNAME= proxy.py
PORTVERSION= 2.4.10
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= proxy_py-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast lightweight pluggable proxy framework
WWW= https://proxypy.readthedocs.io/en/stable/ \
https://github.com/abhinavsingh/proxy.py
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>