freebsd-ports/net/py-gspread/Makefile
2017-01-18 14:54:17 +00:00

20 lines
417 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= gspread
PORTVERSION= 0.6.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Google Spreadsheets Python API
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>