Ticket #2964: Portfile

File Portfile, 718 bytes (added by mat@…, 19 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem                      1.0
4PortGroup                       perl5 1.0
5perl5.setup                     Ima-DBI 0.33 Class/TMTM
6maintainers                     mat@FreeBSD.org
7description                     Database connection caching and organization
8long_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
15platforms                       darwin
16
17checksums md5 3d72cfbca2aa5e2b631020122858e3ae
18
19depends_lib-append      lib:XXX:p5-dbi lib:XXX:p5-class-whitehole \
20        lib:XXX:p5-class-data-inheritable lib:XXX:p5-dbix-contextualfetch
21