diff options
author | wxs <wxs@FreeBSD.org> | 2009-02-13 15:25:26 +0000 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-02-13 15:25:26 +0000 |
commit | b3bd71dfd10813f40c8d64537d0948530eaa8ee0 (patch) | |
tree | 9746f8d28ab93c8ab3598d91a0cdf187c1cffd68 /math/GiNaC | |
parent | aba16af8a55316e2a05e1cc2946d62eefea58fc1 (diff) | |
download | FreeBSD-ports-b3bd71dfd10813f40c8d64537d0948530eaa8ee0.zip FreeBSD-ports-b3bd71dfd10813f40c8d64537d0948530eaa8ee0.tar.gz |
- Pass maintainership along.
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 030cb28..263388a 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ DISTNAME= ${PORTNAME:L}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stephen@math.missouri.edu COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln |