diff options
Diffstat (limited to 'math/py-pyvtk/Makefile')
-rw-r--r-- | math/py-pyvtk/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/py-pyvtk/Makefile b/math/py-pyvtk/Makefile new file mode 100644 index 000000000000..e4944716ab79 --- /dev/null +++ b/math/py-pyvtk/Makefile @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $FreeBSD$ + +PORTNAME= PyVTK +PORTVERSION= 0.4.85 +CATEGORIES= math python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +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> |