diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-21 17:07:19 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-21 17:07:19 +0000 |
commit | e6762dbc51e2816c6302f7e46ce3e42882e80e35 (patch) | |
tree | 6a0333526c3f1b85483930716c83539652bb48d3 /math/py-numexpr | |
parent | b0cab86771d468051a9925db939c4a8612df5405 (diff) | |
download | ports-e6762dbc51e2816c6302f7e46ce3e42882e80e35.tar.gz ports-e6762dbc51e2816c6302f7e46ce3e42882e80e35.zip |
Notes
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 6 |
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 |