# $Id: Portfile,v 1.2 2006/06/06 19:44:17 narf_tm Exp $

PortSystem 1.0
PortGroup perl5 1.0
perl5.setup			DBIx-ContextualFetch 1.03
maintainers			narf_tm@opendarwin.org
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

depends_lib-append	port:p5-dbi
