# -*- 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.78 ../../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  83559ffeb48d4ae470fac67f137546e5d15873fb \
                    sha256  efbad7794bafaa4e7476c07445a33bbfe1040e380baa3395a02635eebe3859d5 \
                    size    2832750

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