1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/py-keras/Makefile
Kurt Jaeger fd4977b729 math/py-keras: 1.0.6 -> 1.0.7
PR:		211698
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2016-08-11 04:22:57 +00:00

25 lines
479 B
Makefile

# $FreeBSD$
PORTNAME= keras
PORTVERSION= 1.0.7
CATEGORIES= math
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= neel@neelc.org
COMMENT= Deep Learning library for Python
LICENSE= MIT
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 \
USE_GITHUB= yes
GH_ACCOUNT= fchollet
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>