freebsd-ports/math/py-ffc/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

24 lines
553 B
Makefile

# $FreeBSD$
PORTNAME= ffc
PORTVERSION= ${MMVERSION}.0
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= C++ code generator for multilinear forms
LICENSE= LGPL3
USES= python:2
USE_PYTHON= distutils
PYDISTUTILS_PKGNAME= FFC
MMVERSION= 1.2
post-patch:
${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \
${WRKSRC}/test/regression/test.py
.include <bsd.port.mk>