diff options
Diffstat (limited to 'www/py-django-otp/Makefile')
-rw-r--r-- | www/py-django-otp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-django-otp/Makefile b/www/py-django-otp/Makefile new file mode 100644 index 000000000000..789ce4d973dc --- /dev/null +++ b/www/py-django-otp/Makefile @@ -0,0 +1,18 @@ +# Created by: Carlo Strub <cs@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= django-otp +PORTVERSION= 0.3.5 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cs@FreeBSD.org +COMMENT= Adding two-factor authentication to Django + +LICENSE= BSD2CLAUSE + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> |