Ticket #18962: Portfile-py-rdflib.diff
File Portfile-py-rdflib.diff, 1.1 KB (added by eikeon@…, 16 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name py-rdflib 7 version 2. 3.17 version 2.4.0 8 8 categories python textproc 9 9 platforms darwin 10 maintainers nomaintainer10 maintainers eikeon@eikeon.com openmaintainer 11 11 description Python library for working with RDF 12 12 long_description RDFLib is a Python library for working with RDF, a \ 13 13 simple yet powerful language for representing \ … … 17 17 ZODB BTree). 18 18 19 19 homepage http://rdflib.net/ 20 master_sites http://rdflib.net/ 2006/02/27/20 master_sites http://rdflib.net/ 21 21 distname rdflib-${version} 22 checksums md5 50876327771dc5a6cf07bf4f26a6318722 checksums md5 ce7c73ffd2fe8a4a527143168bc91058 23 23 24 24 test.run yes 25 25 test.cmd ${python.bin} run_tests.py … … 28 28 post-destroot { 29 29 xinstall -m 644 -W ${worksrcpath} CHANGELOG LICENSE \ 30 30 README ${destroot}${prefix}/share/doc/${name} 31 xinstall -m 644 ${worksrcpath}/example .py \31 xinstall -m 644 ${worksrcpath}/examples/example.py \ 32 32 ${destroot}${prefix}/share/doc/${name}/examples 33 33 }