Ticket #12123: Portfile

File Portfile, 746 bytes (added by mandrake@…, 17 years ago)

Updated Portfile

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