# $Id: Portfile 67739 2010-05-17 15:22:06Z narf_tm@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           DBI 1.611
maintainers           narf_tm openmaintainer
description           Abstract database access module for Perl
long_description      The DBI module enables your Perl applications to access \
                      multiple database types transparently. You can connect \
                      to MySQL, MSSQL, Oracle, Informix, Sybase, ODBC etc. \
                      without having to know the different underlying \
                      interfaces of each.  The API defined by DBI will work \
                      on all these database types and many more.
homepage              http://dbi.perl.org/

platforms             darwin

checksums             md5 f48bc718e871f8926809af16682783fb \
                      sha1 40a65c62b6b9ca756b41985ae2ae357a1f5d86b6 \
                      rmd160 705caa900aeb1c7ec4e2c9e8ac2b63dd0f8b2306

depends_lib-append    port:p5-test-simple
