# $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $

PortSystem			1.0
PortGroup			python25 1.0

name				py25-ruledispatch
version				0.5a0.dev-r2306
revision			1
categories-append		devel
maintainers			stechert akitada openmaintainer
description			Rule-based Dispatching and Generic Functions
long_description		Rule-based Dispatching and Generic Functions
platforms			darwin

homepage			http://www.turbogears.org/
master_sites			http://files.turbogears.org/eggs/
distname			RuleDispatch-${version}

checksums			md5 fc716f2e2d6247fb8e3b50f0e6476bcd \
				sha1 009fe952a3d469d31a656083ef951a61efa52dd6 \
				rmd160 e109c1df8f164993c3236af60397d61029040259
depends_lib			port:py25-pyprotocols

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