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

PortSystem 1.0
PortGroup python24 1.0

name			py-sql
version			0.6
revision		1
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		Python module for creating simple SQL statements
long_description	sql is a module that contains three classes Insert, \
				Update and Delete, that simplify generatingSQL \
				statements.

homepage		http://www.livinglogic.de/Python/sql/
master_sites	http://ftp.livinglogic.de/sql/
distname		ll-sql-${version}
checksums		md5 a3f6829e452b1a5cb8f6054f447837f9
use_bzip2		yes

depends_lib-append	port:py-mx

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README \
		${destroot}${prefix}/share/doc/${name}
}
