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

PortSystem 1.0
PortGroup python25 1.0

name			py25-formencode
version			1.2.2
categories		python devel
platforms		darwin
maintainers		stechert akitada openmaintainer
description		FormEncode is a validation and form generation package
long_description	${description}

homepage		http://formencode.org
master_sites	http://cheeseshop.python.org/packages/source/F/FormEncode/
distname		FormEncode-${version}
checksums		md5     da23d54af521d1feab12b4caf30e3111 \
				sha1    573359ec15934be9b1e74c11e1796b8df872c677 \
				rmd160  e829668f767ff47a5b62416d8ee2ea282fa633bd
depends_lib		port:py25-distribute

post-destroot {
	xinstall -m 644 -W ${worksrcpath}/docs community.txt index.txt news.txt \
		Validator.txt htmlfill.txt ${destroot}${prefix}/share/doc/${name}
}
