freebsd-ports/www/py-google-resumable-media/Makefile
Danilo G. Baio 8c0f23051b www/py-google-resumable-media: Update to 0.3.1
- Add LICENSE_FILE
- Set architecture neutral (qa warning)

Approved by:	wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D16963
2018-09-01 00:23:47 +00:00

23 lines
537 B
Makefile

# $FreeBSD$
PORTNAME= google-resumable-media
PORTVERSION= 0.3.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Utilities for Google Media Downloads and Resumable Uploads
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>