# $Id: Portfile 94655 2012-06-26 06:25:00Z jmr@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.8 5.10 5.12 5.14 5.16 perl5.setup Ima-DBI 0.35 ../by-authors/id/P/PE/PERRIN/ revision 3 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 }