aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-fastdtw/Makefile
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-09-21 23:11:39 +0800
committeryuri <yuri@FreeBSD.org>2018-09-21 23:11:39 +0800
commit431f7346dd8a0864005025295482f2944278dbd7 (patch)
tree64177e6582c86d35a9c75a91094c6ad09ba4d342 /math/py-fastdtw/Makefile
parentf529f409f6769af5211f570eb0be8db6fa7ec2ea (diff)
downloadfreebsd-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/Makefile4
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}