Portfile

# $Id: Portfile 19552 2006-09-16 05:01:22Z landonf@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-formencode
version 0.5.1
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 4f9f4cb740199eee88cfd21ee7673a6dd4fb0881
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}
}

files