freebsd-ports/math/py-iminuit/Makefile
Yuri Victorovich 15677f33ee math/py-iminuit: Update 2.8.4 -> 2.9.0
Reported by:	portscout
2022-01-12 00:56:36 -08:00

19 lines
416 B
Makefile

PORTNAME= iminuit
DISTVERSION= 2.9.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Jupyter-friendly Python frontend for MINUIT2 in C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cmake:devel/cmake
RUN_DEPENDS= ${PYNUMPY}
USES= compiler:c++14-lang python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>