# $Id: Portfile,v 1.4 2004/04/22 06:22:25 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-graphpath version 0.6.2 categories python platforms darwin freebsd maintainers mww@opendarwin.org description small language for ananlysing graph-structured data in Python long_description GraphPath is a little-language for analysing \ graph-structured data, especially RDF. The syntax of \ GraphPath is reminiscent of XPath. It provides a query \ evaluator and a goal-driven inference engine, which \ work together to perform graph analysis. homepage http://www.langdale.com.au/GraphPath master_sites ${homepage}/dist/ distname GraphPath-${version} checksums md5 391ed05fc41996ccfb8e71fdbcd7e7ec test.run yes test.cmd ${python.bin} test.py test.target post-destroot { xinstall -m 644 -W ${worksrcpath} LICENSE README index.html \ python.html rdf_w3c_icon.128.gif reference.html style.css \ tutorial.html ${destroot}${prefix}/share/doc/${name} }