1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/math/py-pyvtk/Makefile
Kurt Jaeger 38fc43ede3 math/py-pyvtk: 0.4.85 -> 0.5.18
- Added Python 3 support (thanks to Thomas Kluyver).
- Maintain the package (thanks to Thomas Kluyver and David Froger).
- Development is moved under Github.

PR:		209646
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-05-19 18:58:51 +00:00

21 lines
396 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pyVTK
PORTVERSION= 0.5.18
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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>