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-dbo
version 0.6
revision 1
categories python databases
platforms darwin freebsd
maintainers nomaintainer@macports.org
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}
}