aboutsummaryrefslogtreecommitdiff
path: root/math/py-numexpr
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2011-09-21 16:48:43 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2011-09-21 16:48:43 +0000
commitbfc22dc30747dd00bab2215ad4ac9e750ba172f4 (patch)
tree80a845b54d385a2185ac9cbf8b654c006edf572a /math/py-numexpr
parentfee43dede4065205fbd7a657a4758e561219f593 (diff)
downloadports-bfc22dc30747dd00bab2215ad4ac9e750ba172f4.tar.gz
ports-bfc22dc30747dd00bab2215ad4ac9e750ba172f4.zip
- Reassign to the heap
Notes
Notes: svn path=/head/; revision=282132
Diffstat (limited to 'math/py-numexpr')
-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}