# -*- 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 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 any} supported_archs noarch checksums rmd160 cd0aa0e634da277aae30b4e295eac2e0680d007e \ sha256 85e2f805bfc81cd738c294316b27a515397036f397a0ff1c6c8d754c38530306 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-dbi }