# -*- 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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
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 any}
supported_archs       noarch

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
}
