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:
parent
c0903c9234
commit
4b37ec8163
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369414
@ -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
|
||||
|
19
www/py-django-allauth/Makefile
Normal file
19
www/py-django-allauth/Makefile
Normal 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>
|
2
www/py-django-allauth/distinfo
Normal file
2
www/py-django-allauth/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (django-allauth-0.18.0.tar.gz) = 4b2cb15719df1504f8fbaa81b84fb7e93f43e960a6ec206406a29a283729dcfe
|
||||
SIZE (django-allauth-0.18.0.tar.gz) = 264554
|
4
www/py-django-allauth/pkg-descr
Normal file
4
www/py-django-allauth/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user