a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@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@macports.org
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}
}