mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
493ad975e9
An SSRF-preventing wrapper around Python's requests library.
20 lines
401 B
Makefile
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>
|