aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2011-09-22 00:48:43 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2011-09-22 00:48:43 +0800
commitca5a6023f6b33b532ec289021a725182008f51c1 (patch)
tree70d38700c7a8f34817715fdabe5305bdf78878b2 /math
parente18aab9b47c2fbc7731354098934d6778248ad2e (diff)
downloadfreebsd-ports-gnome-ca5a6023f6b33b532ec289021a725182008f51c1.tar.gz
freebsd-ports-gnome-ca5a6023f6b33b532ec289021a725182008f51c1.tar.zst
freebsd-ports-gnome-ca5a6023f6b33b532ec289021a725182008f51c1.zip
- Reassign to the heap
Diffstat (limited to 'math')
-rw-r--r--math/py-numexpr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 3ad0066b1a6d..2d96270f351f 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= jupengfei@gmail.com
+MAINTAINER= ports@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
BUILD_DEPENDS= ${PYNUMPY}