freebsd-ports/net/py-gspread/Makefile
2015-12-07 14:46:57 +00:00

18 lines
349 B
Makefile

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