summaryrefslogtreecommitdiff
path: root/security/py-google-auth-httplib2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-google-auth-httplib2/Makefile')
-rw-r--r--security/py-google-auth-httplib2/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/security/py-google-auth-httplib2/Makefile b/security/py-google-auth-httplib2/Makefile
new file mode 100644
index 000000000000..4cb4d6236d07
--- /dev/null
+++ b/security/py-google-auth-httplib2/Makefile
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= google-auth-httplib2
+PORTVERSION= 0.0.3
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Google Authentication Library: httplib2 transport
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=0:security/py-google-auth@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>