# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave octave-sqlite 0.1.4 v
octave.module       sqlite
revision            0

license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Basic Octave implementation of the sqlite toolkit
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  b4884efeb55aa30d325fe405a456cac0d6f0585f \
                    sha256  31744fada19594ecc18778837d07b589ed3ec6020688d59ff3556d42db8d1534 \
                    size    114208

depends_lib-append  port:sqlite3
