Jesús Daniel Colmenares Oviedo f73cbc736a */*: Change maintainer address to my @FreeBSD.org email
Approved by:    acm (mentor)
2025-06-03 02:04:09 -04:00

20 lines
362 B
Makefile

PORTNAME= proxy_tools
DISTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dtxdf@FreeBSD.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>