# $Id: Portfile 84914 2011-10-04 17:19:55Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DBIx-ContextualFetch 1.03
revision              2
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             md5 20a78432ae26b266216b7b30ff7941c3

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