2010-07-05 10:18:12 +02:00
|
|
|
# New ports collection makefile for: numexpr
|
|
|
|
# Date created: 05 July 2010
|
|
|
|
# Whom: Ju Pengfei <ju.pengfei@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= numexpr
|
2010-10-21 03:39:56 +02:00
|
|
|
PORTVERSION= 1.4.1
|
2010-07-05 10:18:12 +02:00
|
|
|
CATEGORIES= math python
|
|
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
|
|
COMMENT= Fast numerical array expression evaluator for Python and NumPy
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|