# $Id$ PortSystem 1.0 PortGroup python25 1.0 name py25-distribute version 0.6.13 categories-append devel maintainers jmr openmaintainer description Replacement for setuptools long_description \ Distribute is a fork of the Setuptools project. It is intended to replace \ Setuptools as the standard method for working with Python module \ distributions. platforms darwin homepage http://pypi.python.org/pypi/distribute/ master_sites http://pypi.python.org/packages/source/d/distribute/ distname distribute-${version} checksums md5 43460b429e86bf0da2bb18574d63ec0c \ sha1 43fe5e3626a46baef451ab6577c9a4173ae47e5d \ rmd160 8ed72027eb185676409170be2f467049ce2d54bc post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CHANGES.txt CONTRIBUTORS.txt \ DEVGUIDE.txt README.txt ${destroot}${prefix}/share/doc/${name} delete "${destroot}${prefix}/bin/easy_install" } livecheck.url ${master_sites} livecheck.regex distribute-(\\d+(\\.\\d+)+)