# $Id: Portfile 20374 2006-11-02 19:37:36Z blair@macports.org $ 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} }