# $Id: Portfile,v 1.7 2004/12/28 06:37:50 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-bzip2
version			1.1
revision		1
categories		python archivers
maintainers		mww@opendarwin.org
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}
}
