# $Id$ PortSystem 1.0 PortGroup python 1.0 name py-pycallgraph set my_name pycallgraph version 0.5.1 revision 2 license GPL-2+ categories-append devel platforms darwin maintainers nomaintainer supported_archs noarch description A Python module that creates call graphs for Python programs long_description \ pycallgraph is a Python module that creates call graphs for Python \ programs. homepage http://pycallgraph.slowchop.com/ master_sites ${homepage}files/download/ http://distfiles.macports.org/python/ distname ${my_name}-${version} checksums md5 2f57a14f637e87aabc7301e78941026c \ sha1 898ead71fa2341af9c7f98ef150807ccf2dcdd8c \ rmd160 bb46a88afa374db4552e6311f897fa50245af314 python.versions 26 if {$subport ne $name} { depends_run-append path:bin/dot:graphviz post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir}/html xinstall -m 644 -W $worksrcpath COPYING ${destroot}${docdir} } livecheck.type none } else { livecheck.type regex livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*) }