# $Id: Portfile,v 1.5 2004/12/30 16:34:30 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-dbo
version			0.6
revision		1
categories		python databases
platforms		darwin freebsd
maintainers		mww@opendarwin.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}
}
