# $Id: Portfile 109773 2013-08-19 23:47:41Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           Class-DBI-mysql 1.00
revision              3
license               GPL-2+
maintainers           nomaintainer
description           Extensions to Class::DBI for MySQL
long_description      This is an extension to Class::DBI, containing several \
                      functions and optimisations for the MySQL database. \
                      Instead of setting Class::DBI as your base class, \
                      use this instead.

platforms             darwin
supported_archs       noarch

checksums             md5 3bee2423ba61348a54201f4aca25e79b

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-class-dbi \
                      port:p${perl5.major}-dbd-mysql
}
