git: 83eb1ecaf1ac - main - www/py-django-hashid-field: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:31:11 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83eb1ecaf1acc8f63526e85d44a9565d39ad18e5

commit 83eb1ecaf1acc8f63526e85d44a9565d39ad18e5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:11 +0000

    www/py-django-hashid-field: Add LICENSE_FILE
---
 www/py-django-hashid-field/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/py-django-hashid-field/Makefile b/www/py-django-hashid-field/Makefile
index 36b43dbe36d5..70af8db65e18 100644
--- a/www/py-django-hashid-field/Makefile
+++ b/www/py-django-hashid-field/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Hashids obfuscated Django Model Field
 WWW=		https://github.com/nshafer/django-hashid-field
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}