1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/math/py-ufl/Makefile
Martin Wilke 9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00

26 lines
618 B
Makefile

# Created by: Jason Bacon <bacon4000@gmail.com>
# $FreeBSD$
PORTNAME= ufl
PORTVERSION= ${MMVERSION}0
CATEGORIES= math python
MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${MMVERSION}.0
MAINTAINER= bacon4000@gmail.com
COMMENT= Unified Form Language for finite element discretizations
LICENSE= LGPL3
USES= python:2
USE_PYTHON= distutils autoplist
MMVERSION= 1.2
post-patch:
@${REINPLACE_CMD} -e 's|\[(pjoin("share", "man", "man1"),|\[(pjoin("man", "man1"),|' \
${WRKSRC}/setup.py
.include <bsd.port.mk>