aboutsummaryrefslogtreecommitdiff
path: root/math/py-numexpr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r--math/py-numexpr/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 360a184c8222..e2b219af31c3 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: numexpr
-# Date created: 05 July 2010
-# Whom: Ju Pengfei <ju.pengfei@gmail.com>
-#
+# Created by: Ju Pengfei <ju.pengfei@gmail.com>
# $FreeBSD$
-#
PORTNAME= numexpr
-PORTVERSION= 1.4.2
+PORTVERSION= 2.0.1
CATEGORIES= math python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +14,7 @@ BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS=easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>