freebsd-ports/www/py-django-otp/Makefile
2021-05-04 16:01:27 +02:00

17 lines
348 B
Makefile

# Created by: Carlo Strub <cs@FreeBSD.org>
PORTNAME= django-otp
PORTVERSION= 1.0.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Adding two-factor authentication to Django
LICENSE= BSD2CLAUSE
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>