Files
ports/misc/py-tflearn/Makefile
T
Antoine Brodin 1bf9457272 Convert the tree to use PY_PILLOW
With hat:	portmgr
Originally submitted by:	kai
2020-03-24 19:54:57 +00:00

27 lines
598 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} \
${PY_PILLOW} \
${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>