# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         DBI 1.646 ../../authors/id/H/HM/HMBRAND
license             {Artistic-1 GPL}
maintainers         nomaintainer
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/

checksums           rmd160  66723d1ef351075ce2d2e3fe54e171860731f030 \
                    sha256  53ab32ac8c30295a776dde658df22be760936cdca5a3c003a23bda6d829fa184 \
                    size    729450
