mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= algopy
|
|
DISTVERSION= 0.5.7
|
|
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 zip
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|