# $Id: Portfile 38186 2008-07-11 20:15:45Z narf_tm@macports.org $

PortSystem           1.0
PortGroup            perl5 1.0

perl5.setup          SQL-Abstract 1.24
categories-append    databases
maintainers          narf_tm openmaintainer
description          Generate SQL from Perl data structures
long_description     This module was inspired by the excellent DBIx::Abstract. \
                     However, in using that module I found that what I really \
                     wanted to do was generate SQL, but still retain complete \
                     control over my statement handles and use the DBI \
                     interface. So, I set out to create an abstract SQL \
                     generation module.

platforms            darwin

checksums            md5 c750ba7f7b65db9d84aabdc8983811dd \
                     sha1 0c0eb25591c6889439b53140af554b0c24f3814e \
                     rmd160 f468271208638d606865dfeeb16c4c25b2f6ad9c
