diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-30 14:21:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-07-30 14:21:32 +0000 |
commit | 07a4e57e7fdfbf9d42f656bf7939c0f1c7cff3e7 (patch) | |
tree | 3477f1282c0b5665e5a05a5992ab01b2d2530cf5 /math/py-pandas | |
parent | 68cb675aa05462d2c3347de9e359d673610d05bd (diff) |
Diffstat (limited to 'math/py-pandas')
-rw-r--r-- | math/py-pandas/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |