git: 07a4e57e7fdf - main - math/py-pandas: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Jul 2024 14:21:47 UTC
The branch main has been updated by sunpoet:

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

commit 07a4e57e7fdfbf9d42f656bf7939c0f1c7cff3e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-30 14:21:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-30 14:21:32 +0000

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

diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 3b03ce408d86..ac0b9ccebe44 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Flexible, high-performance data analysis in Python
 WWW=		https://pandas.pydata.org/
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.23.2,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \