# $Id: Portfile,v 1.2 2004/12/31 14:07:15 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-mongoose
version			0.1
revision		1
categories		python devel
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
