diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-12 11:30:14 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-12 11:30:14 +0000 |
commit | 5f0ec2a2519ea00f4c99b8be4d9b9578dd36033b (patch) | |
tree | e33bfe49d90b7658d0e7add9f9d074f98789ee8f /devel/ipython/Makefile | |
parent | 4f77ce1befe21e03c865a5569a46d84859d02eed (diff) | |
download | ports-5f0ec2a2519ea00f4c99b8be4d9b9578dd36033b.tar.gz ports-5f0ec2a2519ea00f4c99b8be4d9b9578dd36033b.zip |
Notes
Diffstat (limited to 'devel/ipython/Makefile')
-rw-r--r-- | devel/ipython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 66153ad67495..d365e6efb63f 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ipython -PORTVERSION= 0.10 +PORTVERSION= 0.10.1 CATEGORIES= devel python MASTER_SITES= http://ipython.scipy.org/dist/ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= An enhanced Interactive Python shell RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \ |