diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-21 21:24:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-08-21 21:24:17 +0000 |
commit | c20d8bf94542f628dc871d7fdbcd88dc52d3cf18 (patch) | |
tree | 49e1cf4f63e8bc83eea09230f46e38eea09a14a8 /math/py-statsmodels | |
parent | 6e95f77c6ff0f9a788202145ea2561d0f515d144 (diff) |
Notes
Diffstat (limited to 'math/py-statsmodels')
-rw-r--r-- | math/py-statsmodels/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 188ea5dcb47d..375e92c45957 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Complement to SciPy for statistical computations LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.29:lang/cython@${PY_FLAVOR} \ ${RUN_DEPENDS} |