# $Id: Portfile,v 1.5 2005/04/21 15:58:11 jberry Exp $

PortSystem 1.0
PortGroup python24 1.0

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