aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-02-10 21:57:54 +0800
committermiwi <miwi@FreeBSD.org>2007-02-10 21:57:54 +0800
commit6e03666fdb024dbf070bdbfefdd4cb51b4fe61db (patch)
treebe08dbd92b767561d50b50eadea1f383a51dd42d /devel/Makefile
parent7a456be7c7120f57ac3469abe0a2a2babf40b0fc (diff)
downloadfreebsd-ports-gnome-6e03666fdb024dbf070bdbfefdd4cb51b4fe61db.tar.gz
freebsd-ports-gnome-6e03666fdb024dbf070bdbfefdd4cb51b4fe61db.tar.zst
freebsd-ports-gnome-6e03666fdb024dbf070bdbfefdd4cb51b4fe61db.zip
Python Call Graph uses GraphViz to generate call graphs from one execution of
your Python code. It's very easy to use and can point out possible problems with your code execution. WWW: http://pycallgraph.slowchop.com/ PR: ports/108977 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c105a6b234fb..b09d63f72287 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1793,6 +1793,7 @@
SUBDIR += py-protocols-devel
SUBDIR += py-psyco
SUBDIR += py-px
+ SUBDIR += py-pycallgraph
SUBDIR += py-pydasm
SUBDIR += py-pytz
SUBDIR += py-rbtree