| 1 | # $Id: Portfile 26071 2007-06-11 14:01:44Z narf_tm@macports.org $ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | PortGroup perl5 1.0 |
|---|
| 5 | perl5.setup Ima-DBI 0.34 Class/TMTM |
|---|
| 6 | maintainers narf_tm@macports.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 1ccc6eb89ec4beb1b231fc69209b87c6 |
|---|
| 18 | |
|---|
| 19 | depends_lib-append port:p5-dbi \ |
|---|
| 20 | port:p5-class-data-inheritable \ |
|---|
| 21 | port:p5-dbix-contextualfetch |
|---|