# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem        1.0
PortGroup         python26 1.0

name              py26-distutils-extra
set my_name       python-distutils-extra
version           1.91.2
categories        python
platforms         darwin
maintainers       nomaintainer

description       enhancements to the Python build system
long_description  ${description}

homepage          http://packages.debian.org/source/sid/${my_name}
master_sites      http://ftp.de.debian.org/debian/pool/main/p/${my_name}
distname          ${my_name}_${version}
worksrcdir        debian

checksums         md5 413ebd3e52c45437eaa36d1d9e6912fd \
                  sha1 e0a26f21c73a7cb585fe914b1d8af9469eb5decd \
                  rmd160 2a833b11b8defb213a93758517c6c8e929cba0ac

depends_lib-append port:intltool

universal_variant no

livecheck.type    regex
livecheck.url     ${homepage}
livecheck.regex   ${my_name}_(\\d+(?:\\.\\d+)*).tar.gz
