# -*- 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         DBD-SQLite 1.76 ../../authors/id/I/IS/ISHIGAKI
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         DBD::SQLite - Self-contained RDBMS in a DBI Driver
long_description    {*}${description}

checksums           rmd160  a3ddca6a8a0f41662416de4dc953a29d142fe83b \
                    sha256  0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584 \
                    size    2747259

# uses embedded sqlite version 3.46.1
if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-dbi
}
