# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-do
version			2.0
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		PyDO is a Object-Relational database access tool.
long_description	${description}

homepage		http://skunkweb.org/pydo2.html
master_sites	http://download.berlios.de/skunkweb/
distname		PyDO-${version}
checksums		sha1 67340af6f46551698fae744712f23098879c3713
patchfiles		patch-setup.py

post-destroot	{
	file delete -force ${destroot}${prefix}/share/doc/${name}
	file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
}
