# $Id: Portfile 130600 2015-01-02 01:31:32Z larryv@macports.org $

PortSystem 1.0
PortGroup python 1.0

name			py-mongoose
version			0.1
revision		1
categories-append	devel
license			LGPL-2.1+
platforms		darwin
supported_archs	noarch
maintainers		nomaintainer
description		advanced python exception handler
long_description	Mongoose catches runaway Pythons. It provides a \
				graceful exit and report when an uncaught Python \
				exception occurs in deployed production or beta \
				software, catches and reports otherwise unhandled \
				Python exceptions in a helpful and extensible manner, \
				automatically generates an unique Mongoose Incident \
				Identifier to help you track the same bug across \
				multiple computers.

homepage		http://themongoose.sourceforge.net/
master_sites	sourceforge:themongoose
distname		mongoose-${version}
checksums		md5 0dcd92b57626d6ee67d96b6132e713c5
use_bzip2		yes

python.versions	27

if {${name} ne ${subport}} {
    post-destroot	{
        xinstall -m 644 -W ${worksrcpath} README \
            ${destroot}${prefix}/share/doc/${subport}
    }
}
