mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
19 lines
393 B
Makefile
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>
|