mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/py-fastdtw: Fix license
This commit is contained in:
parent
ff805f0ca7
commit
f647e7d24d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480276
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue