1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/math/py-algopy/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
388 B
Makefile

PORTNAME= algopy
DISTVERSION= 0.5.7
PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Algorithmic Differentiation (AD) and Taylor polynomial approximations
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.6+ zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>