Source
PortSystem 1.0
PortGroup python 1.0
name py-posixtimezone
version 0.9.4
revision 1
categories-append sysutils
license BSD
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 ${homepage}
distname PosixTimeZone-${version}
checksums md5 42a5709e358ac4e73111de3bbbd0b709
python.versions 27
if {${name} ne ${subport}} {
post-destroot {
xinstall -m 644 -W ${worksrcpath} BUGS.txt LICENSE.txt \
${destroot}${prefix}/share/doc/${subport}
}
}