aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-allauth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django-allauth/Makefile')
-rw-r--r--www/py-django-allauth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index bf8df5a00c8b..fd2558aece5d 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= django-allauth
-PORTVERSION= 0.32.0
+PORTVERSION= 0.33.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,6 +10,7 @@ MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= User registration with social account authentication
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.6:www/py-django18