Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2024 14:21:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07a4e57e7fdf - main - math/py-pandas: Add LICENSE_FILE
Message-ID:  <202407301421.46UELl0D024605@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407301421.46UELl0D024605>