aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-21 17:07:19 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-21 17:07:19 +0000
commite6762dbc51e2816c6302f7e46ce3e42882e80e35 (patch)
tree6a0333526c3f1b85483930716c83539652bb48d3
parentb0cab86771d468051a9925db939c4a8612df5405 (diff)
downloadports-e6762dbc51e2816c6302f7e46ce3e42882e80e35.tar.gz
ports-e6762dbc51e2816c6302f7e46ce3e42882e80e35.zip
Notes
-rw-r--r--math/py-numexpr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 2d96270f351f..72178a17ec62 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -11,13 +11,13 @@ CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PYNUMPY}
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes