# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 66105 2010-04-06 04:11:24Z jmr@macports.org $

PortSystem          1.0
PortGroup           python24 1.0

name                py-bdist_mpkg
version             0.4.4
categories-append   devel
maintainers         nomaintainer
description         Builds Mac OS X installer packages from distutils
long_description \
    bdist_mpkg is a distutils plugin that implements the bdist_mpkg \
    command, which builds a Mac OS X metapackage for use by Installer.app \
    for easy GUI installation of Python modules, much like bdist_wininst. \
    It also comes with a bdist_mpkg script, which is a setup.py front-end \
    that will allow you to easy build an installer metapackage from nearly \
    any existing package that uses distutils.

platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://undefined.org/python/#bdist_mpkg
master_sites        http://pypi.python.org/packages/source/b/bdist_mpkg
distname            bdist_mpkg-${version}

checksums           md5 848dfd00fda59092dea4e97f4a711797 \
                    sha1 9ad0969de75351c265f20366687001b6a990af6e \
                    rmd160 5e937ba632e7b184bb50e5ed64af8b2d017f5032

depends_lib-append  port:py-setuptools

livecheck.type  regex
livecheck.url   http://pypi.python.org/pypi/bdist_mpkg/
livecheck.regex bdist_mpkg (0\.\[0-9\]+\.\[0-9\]+)
