freebsd-ports/math/py-pyvtk/Makefile

21 lines
396 B
Makefile
Raw Normal View History

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
2015-12-31 04:24:11 +01:00
PORTNAME= pyVTK
PORTVERSION= 0.5.18
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2015-12-31 04:24:11 +01:00
DISTNAME= PyVTK-${PORTVERSION}
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>