# $Id: Portfile 84915 2011-10-04 17:20:31Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Ima-DBI 0.35 ../by-authors/id/P/PE/PERRIN/
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Database connection caching and organization
long_description      Ima::DBI attempts to organize and facilitate caching \
                      and more efficient use of database connections and \
                      statement handles by storing DBI and SQL information \
                      with your class (instead of as seperate objects). This \
                      allows you to pass around just one object without \
                      worrying about a trail of DBI handles behind it.

platforms             darwin

checksums             md5 f3c5c0b1fe509556ca35f08aae91b3f5

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-dbi \
                      port:p${perl5.major}-class-data-inheritable \
                      port:p${perl5.major}-dbix-contextualfetch
}
