aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-python-social-auth
diff options
context:
space:
mode:
authortj <tj@FreeBSD.org>2016-04-01 03:44:48 +0800
committertj <tj@FreeBSD.org>2016-04-01 03:44:48 +0800
commit43f1b9168449d67b5c2e927fd47cb179b711a03d (patch)
treef2c328bded82412518d3f878d1bdac96fa82229a /security/py-python-social-auth
parent3661950235055370c6fd9e49660f04f5ccdd0226 (diff)
downloadfreebsd-ports-gnome-43f1b9168449d67b5c2e927fd47cb179b711a03d.tar.gz
freebsd-ports-gnome-43f1b9168449d67b5c2e927fd47cb179b711a03d.tar.zst
freebsd-ports-gnome-43f1b9168449d67b5c2e927fd47cb179b711a03d.zip
Fix dependencies.
Diffstat (limited to 'security/py-python-social-auth')
-rw-r--r--security/py-python-social-auth/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/py-python-social-auth/Makefile b/security/py-python-social-auth/Makefile
index 8c197c1f46f0..fcf7ce7baed5 100644
--- a/security/py-python-social-auth/Makefile
+++ b/security/py-python-social-auth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= python-social-auth
PORTVERSION= 0.2.14
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +11,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tj@FreeBSD.org
COMMENT= Python Social Auth is a social authentication/registration mechanism
-RUN_DEPENDS:= py-python-openid>=2.2:${PORTSDIR}/security/py-python-openid \
- py-requests>=2.5.1:${PORTSDIR}/www/py-requests \
- py-oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \
- py-requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \
- py-six>=1.2.0:${PORTSDIR}/devel/py-six \
- py-pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt
+RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}python-openid>=2.2:${PORTSDIR}/security/py-python-openid \
+ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.1:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}oauthlib>=0.3.8:${PORTSDIR}/security/py-oauthlib \
+ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.1:${PORTSDIR}/www/py-requests-oauthlib \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:${PORTSDIR}/devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:${PORTSDIR}/www/py-pyjwt
NO_ARCH= yes
USES= python