# -*- 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.26 5.28
perl5.setup           DBIx-ContextualFetch 1.03
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Add contextual fetches to DBI
long_description      It always struck me odd that DBI didn't take much \
                      advantage of Perl's context sensitivity. \
                      DBIx::ContextualFetch redefines some of the various \
                      fetch methods to fix this oversight. It also adds a \
                      few new methods for convenience (though not necessarily \
                      efficiency).

platforms             darwin

checksums             rmd160  cd0aa0e634da277aae30b4e295eac2e0680d007e \
                      sha256  85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-dbi
}