# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup DBI 1.633 ../by-authors/id/T/TI/TIMB/ 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/ platforms darwin checksums rmd160 587e9f8fdac35b508ddacbd261a4084ee44bfd59 \ sha256 e2c1badcc9f672bf31630b36ecd230f7eb04dbf055e6daf7edeed0e9ebcf5ee7 if {${perl5.major} != ""} { depends_lib-append port:p${perl5.major}-test-simple \ port:p${perl5.major}-sql-statement \ port:p${perl5.major}-clone }