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

PortSystem 1.0
PortGroup python24 1.0

name			py-flatdb
version			1.0.2
revision		1
categories		python databases textproc
platforms		darwin freebsd
maintainers		nomaintainer
description		flatfile database module for python
long_description	FlatDB is a python flatfile database module. Use it to \
				create and modify flat file (ASCII text) databases. \
				The (non-SQL) API supports table creation, table \
				deletion, inserts, updates, deletes, and search \
				queries with where clauses.

homepage		http://www.swoogan.com/flatdb.html
master_sites	http://www.swoogan.com/downloads/flatdb/
distname		FlatDB-${version}
checksums		md5 72162363362fad2de2750c47969966fe

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