mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
26 lines
649 B
Makefile
26 lines
649 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tflearn
|
|
DISTVERSION= 0.3.2-53
|
|
DISTVERSIONSUFFIX= -g5c23566
|
|
CATEGORIES= misc python # machine-learning
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Modular and transparent deep learning library on top of TensorFlow
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|