aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-09-21 15:11:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-09-21 15:11:39 +0000
commitf647e7d24d122142b9b99a2d0b592f0e4b32f5ec (patch)
tree64177e6582c86d35a9c75a91094c6ad09ba4d342 /math
parentff805f0ca7046860b171b7388b3f4251c9f0c7d4 (diff)
downloadports-f647e7d24d122142b9b99a2d0b592f0e4b32f5ec.tar.gz
ports-f647e7d24d122142b9b99a2d0b592f0e4b32f5ec.zip
Notes
Diffstat (limited to 'math')
-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}