diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-21 23:11:39 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-21 23:11:39 +0800 |
commit | 431f7346dd8a0864005025295482f2944278dbd7 (patch) | |
tree | 64177e6582c86d35a9c75a91094c6ad09ba4d342 /math/py-fastdtw/Makefile | |
parent | f529f409f6769af5211f570eb0be8db6fa7ec2ea (diff) | |
download | freebsd-ports-gnome-431f7346dd8a0864005025295482f2944278dbd7.tar.gz freebsd-ports-gnome-431f7346dd8a0864005025295482f2944278dbd7.tar.zst freebsd-ports-gnome-431f7346dd8a0864005025295482f2944278dbd7.zip |
math/py-fastdtw: Fix license
Diffstat (limited to 'math/py-fastdtw/Makefile')
-rw-r--r-- | math/py-fastdtw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-fastdtw/Makefile b/math/py-fastdtw/Makefile index aafafaf66744..a87f09e6009e 100644 --- a/math/py-fastdtw/Makefile +++ b/math/py-fastdtw/Makefile @@ -9,8 +9,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Dynamic Time Warping (DTW) algorithm with an O(N) complexity -LICENSE= GPLv3 -xLICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} |