1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup DBIx-ContextualFetch 1.02 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Add contextual fetches to DBI |
---|
8 | long_description \ |
---|
9 | It always struck me odd that DBI didn't take much advantage of Perl's \ |
---|
10 | context sensitivity. DBIx::ContextualFetch redefines some of the \ |
---|
11 | various fetch methods to fix this oversight. It also adds a few new \ |
---|
12 | methods for convenience (though not necessarily efficiency). |
---|
13 | |
---|
14 | platforms darwin |
---|
15 | |
---|
16 | checksums md5 e0e2d7db498de03fb3aef95ebd1e0947 |
---|
17 | |
---|
18 | depends_lib-append lib:XXX:p5-dbi |
---|