1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

20 lines
401 B
Makefile
Raw Normal View History

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>