freebsd-ports/www/py-requests-futures097/Makefile
2019-12-28 06:55:21 +00:00

26 lines
536 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= requests-futures
PORTVERSION= 0.9.7
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 097
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= HTTP library written in Python for human beings
LICENSE= APACHE20
RUN_DEPENDS= ${PY_FUTURES} \
${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTSCOUT= ignore:1
.include <bsd.port.mk>