# $Id: Portfile,v 1.3 2004/12/31 14:02:41 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

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

homepage		http://zen.freezope.org/Software/pytz/
master_sites	sourceforge:pytz
distname		pytz-${version}
checksums		md5 a62649c487e2b1232a4a12198dca420e
use_bzip2		yes

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