freebsd-ports/devel/py-pydrive/Makefile
Martin Wilke 8d1331ca73 PyDrive
PyDrive is a wrapper library of google-api-python-client that simplifies many
common Google Drive API tasks.

WWW: https://github.com/googledrive/PyDrive

PR:		216334
Submitted by:	Paul Mather <paul@gromit.dlib.vt.edu>
2017-05-06 08:28:44 +00:00

22 lines
540 B
Makefile

# Created by: Paul Mather <paul@gromit.dlib.vt.edu>
# $FreeBSD$
PORTNAME= pydrive
PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyDrive-${PORTVERSION}
MAINTAINER= paul@gromit.dlib.vt.edu
COMMENT= Google drive api made easy
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=1.5.2:www/py-google-api-python-client \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>