freebsd-ports/misc/py-tflearn/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
585 B
Makefile

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>