# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-posixtimezone
version			0.9.4
revision		1
categories		python sysutils
platforms		darwin
maintainers		nomaintainer
description		tzinfo implementation for python
long_description	PosixTimeZone is a tzinfo implementation for Python, \
				using the POSIX calls provided by many operating systems to \
				handle timezone calculations.

homepage		http://stuartbishop.net/Software/PosixTimeZone/
master_sites	http://zen.freezope.org/Software/PosixTimeZone/
distname		PosixTimeZone-${version}
checksums		md5 42a5709e358ac4e73111de3bbbd0b709

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