aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ipython
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-06-09 10:20:07 +0800
committerclsung <clsung@FreeBSD.org>2006-06-09 10:20:07 +0800
commit92f87baed20507d028f86764b9940e1a4685574b (patch)
tree0902111ece15c1d0c021a2cabad41424e06d3284 /devel/ipython
parent7f9b5175ca4fad89037506a60a22f5a285a3e59f (diff)
downloadfreebsd-ports-gnome-92f87baed20507d028f86764b9940e1a4685574b.tar.gz
freebsd-ports-gnome-92f87baed20507d028f86764b9940e1a4685574b.tar.zst
freebsd-ports-gnome-92f87baed20507d028f86764b9940e1a4685574b.zip
- fix plist
- run depends on misc/py-pexpect - bump PORTREVISION for the run_depends PR: ports/98733 Submitted by: maintainer (Dryice Liu)
Diffstat (limited to 'devel/ipython')
-rw-r--r--devel/ipython/Makefile3
-rw-r--r--devel/ipython/pkg-plist1
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index 33f0d1514c9f..73a09e84c431 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ipython
PORTVERSION= 0.7.2
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://ipython.scipy.org/dist/ \
http://dryice.name/computer/FreeBSD/distfiles/
@@ -15,6 +16,8 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= dryice@dryice.name
COMMENT= An enhanced Interactive Python shell
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect
+
MAN1= ipython.1 pycolor.1
MANCOMPRESSED= yes
diff --git a/devel/ipython/pkg-plist b/devel/ipython/pkg-plist
index 7c618b03789c..d902d922044b 100644
--- a/devel/ipython/pkg-plist
+++ b/devel/ipython/pkg-plist
@@ -1,4 +1,5 @@
bin/ipython
+bin/irunner
bin/pycolor
%%PYTHON_SITELIBDIR%%/IPython/ColorANSI.py
%%PYTHON_SITELIBDIR%%/IPython/ColorANSI.pyc