# $Id: Portfile,v 1.3 2004/12/30 16:40:31 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-dbrow version 0.8 revision 1 categories python platforms darwin maintainers mww@opendarwin.org description provides flexible access to positional, 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} }