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

PortSystem 1.0
PortGroup python24 1.0

name			py-gadfly
version			1.0.0
revision		1
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		Simple relational SQL database system implemented in Python
long_description	Gadfly is a simple relational database system \
				implemented in Python based on the SQL Structured \
				Query Language.

homepage		http://gadfly.sourceforge.net/
master_sites	sourceforge:gadfly
distname		gadfly-${version}
checksums		md5 8dc11575e4d8042058f6ad11b32a8641

depends_lib-append	port:py-kjbuckets

post-destroot	{
	xinstall -m 644 -W ${worksrcpath}/doc announcement.txt faq.txt \
		gadfly.txt gfplus.txt index.txt installation.txt kjbuckets.txt \
		kwParsing.txt network.txt recover.txt sql.txt structure.txt \
		${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} CHANGES.txt COPYRIGHT.txt README.txt \
		TODO.txt ${destroot}${prefix}/share/doc/${name}
}
