# $Id: Portfile,v 1.6 2004/12/31 17:09:31 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-rdflib version 2.0.4 categories python textproc platforms darwin freebsd maintainers mww@opendarwin.org description Python library for working with RDF long_description RDFLib is a Python library for working with RDF, a \ simple yet powerful language for representing \ information. The library contains an RDF/XML \ parser/serializer, a TripleStore, an InformationStore \ and various store backends (InMemory, SleepyCat BTree, \ ZODB BTree). homepage http://rdflib.net/ master_sites ${homepage}/2004/10/14/ distname rdflib-${version} checksums md5 b7dfafb76e385b8b7169a02f0e5761f8 extract.suffix .tgz test.run yes test.cmd ${python.bin} run_tests.py test.target post-destroot { xinstall -m 644 -W ${worksrcpath}/doc BNode.html InformationStore.html \ Literal.html URIRef.html examples.html rdflib.css \ index.html installing.html osi-certified-120x100.png \ triple_store.html ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGELOG CONTRIBUTORS LICENSE \ README TODO credits.html ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/example.py \ ${destroot}${prefix}/share/doc/${name}/examples }