1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Ima-DBI 0.33 Class/TMTM |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Database connection caching and organization |
---|
8 | long_description \ |
---|
9 | Ima::DBI attempts to organize and facilitate caching and more efficient \ |
---|
10 | use of database connections and statement handles by storing DBI and \ |
---|
11 | SQL information with your class (instead of as seperate objects). This \ |
---|
12 | allows you to pass around just one object without worrying about a \ |
---|
13 | trail of DBI handles behind it. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 3d72cfbca2aa5e2b631020122858e3ae |
---|
18 | |
---|
19 | depends_lib-append lib:XXX:p5-dbi lib:XXX:p5-class-whitehole \ |
---|
20 | lib:XXX:p5-class-data-inheritable lib:XXX:p5-dbix-contextualfetch |
---|
21 | |
---|