mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
38fc43ede3
- 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)
21 lines
396 B
Makefile
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>
|