diff options
Diffstat (limited to 'math/py-modin/Makefile')
-rw-r--r-- | math/py-modin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-modin/Makefile b/math/py-modin/Makefile index eae7c2b925d7..08401fdcdb6a 100644 --- a/math/py-modin/Makefile +++ b/math/py-modin/Makefile @@ -1,5 +1,5 @@ PORTNAME= modin -PORTVERSION= 0.35.0 +PORTVERSION= 0.36.0 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,8 @@ COMMENT= Make your pandas code run faster WWW= https://modin.readthedocs.io/en/stable/ \ https://github.com/modin-project/modin -LICENSE= APACHE20 +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ |