git: a4f6b8f45c7d - main - graphics/py-hiplot: Add LICENSE_FILE

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

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

commit a4f6b8f45c7da29c36ff97605d8a80ac9481d0eb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:08 +0000

    graphics/py-hiplot: Add LICENSE_FILE
---
 graphics/py-hiplot/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/py-hiplot/Makefile b/graphics/py-hiplot/Makefile
index d7f94e5b66a7..522742c08d20 100644
--- a/graphics/py-hiplot/Makefile
+++ b/graphics/py-hiplot/Makefile
@@ -10,6 +10,7 @@ COMMENT=	High dimensional Interactive Plotting tool
 WWW=		https://github.com/facebookresearch/hiplot
 
 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}