1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/py-advocate/Makefile
Dries Michiels 493ad975e9 www/py-advocate: add new port
An SSRF-preventing wrapper around Python's requests library.
2023-11-18 12:03:57 +01:00

20 lines
401 B
Makefile

PORTNAME= advocate
DISTVERSION= 1.0.0
CATEGORIES= www security
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= driesm@FreeBSD.org
COMMENT= Wrapper around requests library for safely making HTTP requests
WWW= https://github.com/JordanMilne/Advocate
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
NO_BUILD= yes
.include <bsd.port.mk>