# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem			1.0
PortGroup			python25 1.0

name				py25-decoratortools
version				1.7
revision			2
categories-append		www
maintainers			stechert akitada openmaintainer
description			Class, Function, and Assignment Decorators, Metaclasses, \
				and Related Tools
long_description		${description}
platforms			darwin
homepage			http://cheeseshop.python.org/pypi/DecoratorTools
master_sites			http://cheeseshop.python.org/packages/source/D/DecoratorTools/
distname			DecoratorTools-${version}
use_zip				yes
checksums			md5 84df0a86aabec6a7d802439ffaa17585 \
				sha1 2043250d06129ca71c47b26024f4800c47d4843a \
				rmd160 f605ef9ffd0cb6605a9b68442bdb20af2b69023b
depends_lib			port:py25-distribute
post-destroot {
	xinstall -m 644 -W ${worksrcpath} \
		README.txt ${destroot}${prefix}/share/doc/${name}
}
