# New ports collection makefile for:	numexpr
# Date created:				05 July 2010
# Whom:					Ju Pengfei <ju.pengfei@gmail.com>
#
# $FreeBSD: ports/math/py-numexpr/Makefile,v 1.2 2010/10/21 01:39:56 wen Exp $
#

PORTNAME=	numexpr
PORTVERSION=	1.4.1
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>
