opnsense-ports/math/py-pyvtk/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

18 lines
368 B
Makefile

PORTNAME= pyVTK
PORTVERSION= 0.5.18
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyVTK-${PORTVERSION}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tools for manipulating VTK files in Python
WWW= https://github.com/pearu/pyvtk
LICENSE= GPLv2
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>