# $Id: Portfile 130129 2014-12-27 11:23:11Z mojca@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches      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
}
