mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
bb4da8f5a1
Approved by: maintainer(implicit)
25 lines
527 B
Makefile
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>
|