# $Id: Portfile,v 1.1 2006/03/06 18:36:57 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-formencode
version			0.4
categories		python devel
platforms		darwin
maintainers		Will@mtintouch.net
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		sha1 89e2b3f63963c0b2cbc70388fd8dd081847f6390
patchfiles		patch-setup.py

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