2015-12-31 04:12:50 +01:00
|
|
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-12-31 04:24:11 +01:00
|
|
|
PORTNAME= pyVTK
|
2016-05-19 20:58:51 +02:00
|
|
|
PORTVERSION= 0.5.18
|
2015-12-31 04:12:50 +01:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2015-12-31 04:24:11 +01:00
|
|
|
DISTNAME= PyVTK-${PORTVERSION}
|
2015-12-31 04:12:50 +01:00
|
|
|
|
|
|
|
MAINTAINER= yuri@rawbw.com
|
|
|
|
COMMENT= Tools for manipulating VTK files in Python
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|