b29a55732f
- Cleanup Makefile header - Sort PLIST Changes: http://code.google.com/p/numexpr/wiki/ReleaseNotes
20 lines
440 B
Makefile
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>
|