# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 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 rmd160 5b903ab5a35b45c0684ad0a3e65f605e2dd1e18e \ sha256 8b481ceedbf0ae4a83effb80581550008bfdd3885ef01145e3733c7097c00a08 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-dbi \ port:p${perl5.major}-class-data-inheritable \ port:p${perl5.major}-dbix-contextualfetch }