# $Id: Portfile,v 1.2 2004/05/07 20:02:27 mww Exp $ PortSystem 1.0 PortGroup python 1.0 name py-dbrow version 0.8 categories python platforms darwin maintainers mww@opendarwin.org description Python module providing flexible access to positional and \ named attributes long_description Python module that defines light-weight objects which \ allow very flexible access to a fixed number of \ positional and named attributes via several \ interfaces. Or, more simply, these objects are a \ better way of returning the results of database \ queries, since they allow effcient access to fields \ by name or by index. homepage http://opensource.theopalgroup.com master_sites ${homepage}/files/ distname db_row-${version} extract.suffix .tgz checksums md5 8a264dde00752bef9a5751c5382269c8 post-destroot { xinstall -m 644 -W ${worksrcpath} INSTALL README \ ${destroot}${prefix}/share/doc/${name} }