# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-dbo version 0.6 revision 1 categories python databases platforms darwin freebsd maintainers nomaintainer description Python module to reflect database tables into Python objects long_description DBO allows you to reflect your database tables into \ Python objects. DBO composes all SQL queries, allowing \ the developer to focus on other things. homepage http://python-dbo.sourceforge.net/ master_sites sourceforge:python-dbo distname dbo-${version} checksums md5 9e614d6ec7af5c4aeafde8789420226b post-destroot { xinstall -m 644 -W ${worksrcpath} CREDITS README LICENSE \ ${destroot}${prefix}/share/doc/${name} }