summaryrefslogtreecommitdiff
path: root/math/py-pyvtk/Makefile
blob: a8a32871693a3173b878ef6396b2678db0bf77a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Yuri Victorovich <yuri@rawbw.com>

PORTNAME=	pyVTK
PORTVERSION=	0.5.18
CATEGORIES=	math python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyVTK-${PORTVERSION}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Tools for manipulating VTK files in Python

LICENSE=	GPLv2

USES=		python:3.6+
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>