# -*- 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.26 5.28 5.30
perl5.setup         DBD-SQLite 1.64
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl DBD interface to SQLite version 3
long_description    ${description}

platforms           darwin

checksums           rmd160  519cfcba79e889341e65708820285bf25d4eeee0 \
                    sha256  f4ae8f7b50842305566aadd90f7bfd12a9e32b6c603a9b1c1529e73eb82aff01 \
                    size    2416842

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