From a4f6b8f45c7da29c36ff97605d8a80ac9481d0eb Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 16 May 2024 14:18:19 +0800 Subject: [PATCH] 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}