- Add LICENSE_FILE - Set architecture neutral (qa warning) Approved by: wg (maintainer) Differential Revision: https://reviews.freebsd.org/D16963
23 lines
537 B
Makefile
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>
|