freebsd-ports/math/py-viper/Makefile
Marcus von Appen 214bd533a7 - Convert ports of math/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 16:54:54 +00:00

22 lines
577 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= viper
PORTVERSION= 1.0.1
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/fenics-${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwbacon@tds.net
COMMENT= Minimalistic scientific plotter and visualization module
LICENSE= LGPL3
USES= python:2
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|data_files=\[(join("share", "man", "man1"),|data_files=\[(join("man", "man1"),|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>