# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-clienttable
version			0.0.1a
revision		1
categories		python www
platforms		darwin
maintainers		nomaintainer
description		python module for generic HTML table parsing
long_description	ClientTable is a Python module for generic HTML table \
				parsing. It is most useful when used in conjunction \
				with other parsers (htmllib or HTMLParser, regular \
				expressions, etc.), to divide up the parsing work \
				between your own code and ClientTable.

homepage		http://wwwsearch.sourceforge.net/ClientTable/
master_sites	${homepage}/src/
distname		ClientTable-${version}
checksums		md5 b69bb8aa2ab04ba8fe5e22ebade62191

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

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