diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-04 08:49:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-04-04 08:49:31 +0000 |
commit | 69dd27cc3cd44a30bdf8df1169fbd4684d4c967a (patch) | |
tree | 6d0825204490f8766f2283672d81cb55c62243fc /devel/py-pycallgraph | |
parent | b0438bf96e239ebf5b0e3836216aaf03fec04f4b (diff) |
Notes
Diffstat (limited to 'devel/py-pycallgraph')
-rw-r--r-- | devel/py-pycallgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pycallgraph/Makefile b/devel/py-pycallgraph/Makefile index 1c83119058ec..17a42d7a3446 100644 --- a/devel/py-pycallgraph/Makefile +++ b/devel/py-pycallgraph/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://pycallgraph.slowchop.com/files/download/ \ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lwhsu@lwhsu.org +MAINTAINER= lwhsu@FreeBSD.org COMMENT= A Python library that creates call graphs for Python programs RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz |