1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | perl5.setup Class-DBI 0.96 |
---|
6 | maintainers mat@FreeBSD.org |
---|
7 | description Simple Database Abstraction |
---|
8 | long_description \ |
---|
9 | Class::DBI provides a convenient abstraction layer to a database. \ |
---|
10 | It not only provides a simple database to object mapping layer, but can \ |
---|
11 | be used to implement several higher order database functions (triggers, \ |
---|
12 | referential integrity, cascading delete etc.), at the application \ |
---|
13 | level, rather than at the database. |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums md5 5026f142435b589c31aae1a97b2f1344 |
---|
18 | |
---|
19 | depends_lib-append lib:XXX:p5-class-accessor lib:XXX:p5-class-data-inheritable \ |
---|
20 | lib:XXX:p5-class-trigger lib:XXX:p5-ima-dbi lib:XXX:p5-universal-moniker |
---|