freebsd-ports/math/py-numexpr/Makefile
Sunpoet Po-Chuan Hsieh b29a55732f - Update to 2.0.1
- Cleanup Makefile header
- Sort PLIST

Changes:	http://code.google.com/p/numexpr/wiki/ReleaseNotes
2013-01-30 19:51:53 +00:00

20 lines
440 B
Makefile

# Created by: Ju Pengfei <ju.pengfei@gmail.com>
# $FreeBSD$
PORTNAME= numexpr
PORTVERSION= 2.0.1
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>