freebsd-ports/math/py-numexpr/Makefile

24 lines
531 B
Makefile
Raw Normal View History

# Created by: Ju Pengfei <ju.pengfei@gmail.com>
# $FreeBSD$
PORTNAME= numexpr
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2011-09-21 19:07:19 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast numerical array expression evaluator for Python and NumPy
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
2011-09-21 19:07:19 +02:00
USE_PYTHON= yes
USE_PYDISTUTILS=yes
post-patch:
@${REINPLACE_CMD} -e 's|\(import\) \(setuptools\)|\1 do_not_use_\2|' ${WRKSRC}/${PYSETUP}
.include <bsd.port.mk>