aboutsummaryrefslogtreecommitdiff
path: root/security/py-django-auth-kerberos
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2021-10-19 12:26:22 +0000
committerDan Langille <dvl@FreeBSD.org>2021-10-19 12:26:22 +0000
commitfc13f459a8d3b4d2d85949c164a010571bb86e1c (patch)
tree791385a69e44984256bf4304c70f8adde6fdc122 /security/py-django-auth-kerberos
parent14cb9bdad1154fc1ecae8b17f817707aa165ce30 (diff)
downloadports-fc13f459a8d3b4d2d85949c164a010571bb86e1c.tar.gz
ports-fc13f459a8d3b4d2d85949c164a010571bb86e1c.zip
security/py-django-auth-kerberos: LICENSE_FILE is not included
The LICENSE_FILE is in the repo, but not in the DISTFILES
Diffstat (limited to 'security/py-django-auth-kerberos')
-rw-r--r--security/py-django-auth-kerberos/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-django-auth-kerberos/Makefile b/security/py-django-auth-kerberos/Makefile
index 33a562cdf840..fd038d74fb2e 100644
--- a/security/py-django-auth-kerberos/Makefile
+++ b/security/py-django-auth-kerberos/Makefile
@@ -10,7 +10,6 @@ MAINTAINER= dvl@FreeBSD.org
COMMENT= Kerberos authentication backend for Django
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kerberos>1.1.10:security/py-kerberos@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}