ports/www/py-requests-toolbelt/Makefile
2016-08-22 13:17:48 +00:00

19 lines
393 B
Makefile

# $FreeBSD$
PORTNAME= requests-toolbelt
PORTVERSION= 0.7.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Utility belt for advanced users of python-requests
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.0.1:www/py-requests
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>