1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/math/py-numexpr/Makefile
Wen Heping bb4da8f5a1 - Update to 1.4.1
Approved by:	maintainer(implicit)
2010-10-21 01:39:56 +00:00

25 lines
527 B
Makefile

# New ports collection makefile for: numexpr
# Date created: 05 July 2010
# Whom: Ju Pengfei <ju.pengfei@gmail.com>
#
# $FreeBSD$
#
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>