# $Id: Portfile,v 1.1 2004/04/25 15:29:04 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-dateutil
version		0.4
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 a920724ca44e993cc83e2ed433fd97c6
use_bzip2	yes

test.run	yes
test.cmd	${python.bin} ../../test.py
test.target
test.dir	${worksrcpath}/build/lib

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} LICENSE README \
		${destroot}${prefix}/share/doc/${name}
}
