diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-11 08:48:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-11 08:48:56 +0000 |
commit | 9146c80d02a60bdeda39e1e9021c1017762cffe5 (patch) | |
tree | 5ba63c6259da8890b4e893cc1d129b7b8adfb2b0 /math/py-ufl | |
parent | 822060e5fefb59b3b3c92112dd3fa6c2fb5bcdf0 (diff) | |
download | ports-9146c80d02a60bdeda39e1e9021c1017762cffe5.tar.gz ports-9146c80d02a60bdeda39e1e9021c1017762cffe5.zip |
Notes
Diffstat (limited to 'math/py-ufl')
-rw-r--r-- | math/py-ufl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-ufl/Makefile b/math/py-ufl/Makefile index 959831f01402..15e0b0ccf3b4 100644 --- a/math/py-ufl/Makefile +++ b/math/py-ufl/Makefile @@ -1,4 +1,4 @@ -# Created by: Jason Bacon <jwbacon@tds.net> +# Created by: Jason Bacon <bacon4000@gmail.com> # $FreeBSD$ PORTNAME= ufl @@ -8,7 +8,7 @@ MASTER_SITES= https://launchpad.net/${PORTNAME}/${MMVERSION}.x/${MMVERSION}.0/+d PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${MMVERSION}.0 -MAINTAINER= jwbacon@tds.net +MAINTAINER= bacon4000@gmail.com COMMENT= Unified Form Language for finite element discretizations LICENSE= LGPL3 |