# -*- 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.3 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  5ae290092e0315e5580cb6acc6cf096a6dc1fad8 \
                    sha256  8dae04ae2c351fea8cca93cc3776dfc3c5300be3c2a1fccf69c4bda19e52465f \
                    size    113508

depends_lib-append  port:sqlite3
