Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-clientform
version 0.1.17
categories python www
platforms darwin
maintainers nomaintainer@macports.org
description python module for handling HTML forms
long_description ClientForm is a Python module for handling HTML forms \
on the client side, useful for parsing HTML forms, \
filling them in and returning the completed forms to \
the server.

homepage http://wwwsearch.sourceforge.net/ClientForm/
master_sites ${homepage}/src/
distname ClientForm-${version}
checksums md5 0aa01b3ebcdf800d7ec07c86c7e60b38

test.run yes
test.cmd ${python.bin}
test.target test.py

post-destroot {
xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog GeneralFAQ.html \
INSTALL README.html README.txt \
${destroot}${prefix}/share/doc/${name}
}