# $Id: Portfile,v 1.3 2004/12/30 16:44:41 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-dateutil version 0.5 revision 1 categories python platforms darwin maintainers mww@opendarwin.org description powerful extensions to the standard python datetime module long_description ${description} homepage https://moin.conectiva.com.br/DateUtil master_sites http://www.opendarwin.org/~mww/files/ checksums md5 fc09de1835c4f29b0e36e2ea9e6a5f44 distname python-dateutil-${version} use_bzip2 yes test.run yes test.cmd ${python.bin} test.py test.target test.env PYTHONPATH=${worksrcpath}/build/lib post-destroot { xinstall -m 644 -W ${worksrcpath} LICENSE README \ ${destroot}${prefix}/share/doc/${name} }