freebsd-ports/security/py-oauth2client/Makefile
Sunpoet Po-Chuan Hsieh 9588594094 - Add py-oauth2client 1.3
oauth2client is a Python module for client-side oauth2 authentication. It works
with Google's oauth2 service by default, and is compatible with any oauth2
service.

WWW: https://pypi.python.org/pypi/oauth2client
WWW: http://google.github.io/oauth2client/
2014-10-06 23:08:26 +00:00

20 lines
442 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= oauth2client
PORTVERSION= 1.3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 2.0 client library
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.8:${PORTSDIR}/www/py-httplib2
USE_PYTHON= autoplist distutils
USES= python:2
.include <bsd.port.mk>