diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-01-30 19:51:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-01-30 19:51:53 +0000 |
commit | b29a55732f0941295b5f5ef0b3c3ac230a69faff (patch) | |
tree | 45011dd7d58368f36f5a66ac4382c6b8ec379b13 /math/py-numexpr/Makefile | |
parent | 3fed73f731644ecdd68adacad8c7f1466bc3de51 (diff) | |
download | ports-b29a55732f0941295b5f5ef0b3c3ac230a69faff.tar.gz ports-b29a55732f0941295b5f5ef0b3c3ac230a69faff.zip |
- Update to 2.0.1
- Cleanup Makefile header
- Sort PLIST
Changes: http://code.google.com/p/numexpr/wiki/ReleaseNotes
Notes
Notes:
svn path=/head/; revision=311266
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r-- | math/py-numexpr/Makefile | 10 |
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> |