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

PortSystem 1.0
PortGroup python24 1.0

name			py-bzip2
version			1.1
revision		1
categories		python archivers
maintainers		nomaintainer
platforms		darwin freebsd
description		python interface to bzip2 library
long_description	python interface to the bz2 (bzip2) compression library

homepage		http://python-bz2.sourceforge.net/
master_sites	sourceforge:python-bz2
distname		python-bz2-${version}
use_bzip2		yes
checksums		md5 5fb3d766dd8fe9f92c69f90a1502bf37

depends_lib-append	lib:bzip2:bzip2

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