forked from Lainports/opnsense-ports
18 lines
368 B
Makefile
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>
|