aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-keras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-keras/Makefile')
-rw-r--r--math/py-keras/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-keras/Makefile b/math/py-keras/Makefile
index 3aedc2deafed..8e5edc93020e 100644
--- a/math/py-keras/Makefile
+++ b/math/py-keras/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= keras
-PORTVERSION= 1.0.7
+PORTVERSION= 1.0.8
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,10 +9,11 @@ MAINTAINER= neel@neelc.org
COMMENT= Deep Learning library for Python
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}theano>=0.8.0:math/py-theano \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six
USE_GITHUB= yes
GH_ACCOUNT= fchollet