# $Id: Portfile,v 1.1 2004/06/07 18:47:02 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-tz
version		2004a
categories	python
platforms	darwin
maintainers	mww@opendarwin.org
description	World Timezone Definitions for Python
long_description	${description}

homepage	http://www.stuartbishop.net/Software/pytz
master_sites	sourceforge:pytz
distname	pytz-${version}
checksums	md5 b02adef468cbd6354309347f59eb08c2
use_bzip2	yes

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