Source
# -*- 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
perl5.setup DBD-SQLite 1.62
license {Artistic-1 GPL}
maintainers nomaintainer
description Perl DBD interface to SQLite version 3
long_description ${description}
platforms darwin
checksums rmd160 9e89098e54bf9b0ab4619adfd6f991d2831158a0 \
sha256 bd82ef322a9e5469a7a62d845c32fad1188b76ccb49a88520cec768343cce85c \
size 2386097
# uses embedded sqlite currently version 3.26.0
if {${perl5.major} != ""} {
depends_lib-append \
port:p${perl5.major}-dbi
}