# $Id: Portfile,v 1.4 2005/09/25 09:35:30 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-clientform
version			0.1.17
categories		python www
platforms		darwin
maintainers		mww@opendarwin.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}
}
