Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-dbrow
version 0.8
revision 1
categories python
platforms darwin
maintainers nomaintainer@macports.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}
}