1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/py-django-otp/Makefile

19 lines
356 B
Makefile
Raw Normal View History

# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-otp
2017-06-26 20:18:05 +00:00
PORTVERSION= 0.3.14
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>