freebsd-ports/math/py-autograd/Makefile

23 lines
416 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= autograd
2019-11-02 17:18:40 +01:00
DISTVERSION= 1.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Efficiently computes derivatives of numpy code
LICENSE= MIT
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>