1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/py-requests-toolbelt/Makefile
Po-Chuan Hsieh 32e83513fe
www/py-requests-toolbelt: Remove DOCS option
- Bump PORTREVISION for package change
2021-09-19 14:00:21 +08:00

22 lines
483 B
Makefile

PORTNAME= requests-toolbelt
PORTVERSION= 0.9.1
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility belt for advanced users of python-requests
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1<3.0.0:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>