aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-30 09:00:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-10-30 09:00:15 +0000
commit5de996a9577c5057ad60593bd28a086c57d8fc2b (patch)
tree3b1c7c1ddf8afee43ad00e0bc58b9c87abd00f63 /science
parenta6be9732392324eca27d807f74961f2efeea1db3 (diff)
downloadports-5de996a9577c5057ad60593bd28a086c57d8fc2b.tar.gz
ports-5de996a9577c5057ad60593bd28a086c57d8fc2b.zip
- Add LICENSE
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=483458
Diffstat (limited to 'science')
-rw-r--r--science/py-scikit-learn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile
index 94c987a036f3..e21d60a78b04 100644
--- a/science/py-scikit-learn/Makefile
+++ b/science/py-scikit-learn/Makefile
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= demon@FreeBSD.org
COMMENT= Machine learning algorithms for python
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_SITELIBDIR}/scipy/version.py:science/py-scipy@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}