blob: 4701bdc46fd1c0e85e3a164961288d0b5da175d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= pyVTK
PORTVERSION= 0.5.18
PORTREVISION= 1
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>
|