Files
ports/www/py-proxy_tools/Makefile
T
Jesús Daniel Colmenares Oviedo f704f6e0ff www/py-proxy_tools: New port: Simple proxy implementation for Python
proxy_tools is a very simple and useful proxy (as in the GoF design
pattern) implementation, that I found to be useful outside the web
context -- hence the extraction.

WWW: https://github.com/jtushman/proxy_tools
PR:		282455
2024-11-02 10:27:41 -07:00

19 lines
346 B
Makefile

PORTNAME= proxy_tools
DISTVERSION= 0.1.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= DtxdF@disroot.org
COMMENT= Simple proxy implementation for Python
WWW= https://github.com/jtushman/proxy_tools
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>