www/py-django-allauth: User registration with social account authentication

django-allauth is a reusable Django app that allows for both local and
social authentication, with flows that just work.

WWW: http://www.intenct.nl/projects/django-allauth/

PR:		193651
Submitted by:	vladimir.chukharev gmail com
This commit is contained in:
William Grzybowski 2014-09-27 18:46:36 +00:00
parent c0903c9234
commit 4b37ec8163
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369414
4 changed files with 26 additions and 0 deletions

View File

@ -1461,6 +1461,7 @@
SUBDIR += py-cssselect
SUBDIR += py-cssutils
SUBDIR += py-django
SUBDIR += py-django-allauth
SUBDIR += py-django-annoying
SUBDIR += py-django-app-plugins
SUBDIR += py-django-appconf

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= django-allauth
PORTVERSION= 0.18.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vlaimir.chukharev@gmail.com
COMMENT= User registration with social account authentication
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.4.3:${PORTSDIR}/www/py-django
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (django-allauth-0.18.0.tar.gz) = 4b2cb15719df1504f8fbaa81b84fb7e93f43e960a6ec206406a29a283729dcfe
SIZE (django-allauth-0.18.0.tar.gz) = 264554

View File

@ -0,0 +1,4 @@
django-allauth is a reusable Django app that allows for both local and
social authentication, with flows that just work.
WWW: http://www.intenct.nl/projects/django-allauth/