# $Id: Portfile,v 1.2 2004/02/08 13:24:57 mww Exp $ PortSystem 1.0 name py-sql version 0.6 categories python platforms darwin maintainers mww@opendarwin.org 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 bin:python:python \ lib:XXX:py-mx use_configure no build.cmd python setup.py build.target build destroot.cmd python setup.py destroot.destdir --prefix=${destroot}${prefix} post-destroot { xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README \ ${destroot}${prefix}/share/doc/${name} }