# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           SQL-Abstract 1.66
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 ffc76d7cdd002f388a8f6f03446dbac5 \
                      sha1 4e596fe6a95a4cfdc584017c98c3c153dcf958d8 \
                      rmd160 203a3e024e83fc7e36603482e11429b58aabcfa5

depends_lib-append    port:p5-test-exception \
                      port:p5-test-warn

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
