diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-14 19:43:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-14 19:43:20 +0000 |
commit | 5c4a71b3ead22a7d3a34d440af2262b0105c907f (patch) | |
tree | 27b9a2b9e5431f80c120f54009ea47bd180f21f3 /math/py-numexpr/Makefile | |
parent | 48f2e1a878ae942cfb55553e4ebc206185a05aa4 (diff) | |
download | ports-5c4a71b3ead22a7d3a34d440af2262b0105c907f.tar.gz ports-5c4a71b3ead22a7d3a34d440af2262b0105c907f.zip |
Notes
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r-- | math/py-numexpr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 00ac0307b499..a8339c043bd1 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -11,13 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast numerical array expression evaluator for Python and NumPy +LICENSE= MIT + BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes +PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS=yes - -post-patch: - @${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP} +USE_PYTHON= yes .include <bsd.port.mk> |