# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-mongoose
version			0.1
revision		1
categories		python devel
platforms		darwin
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

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