# -*- 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.2 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  7376f01387e16bc013711738f81c27cd302f75dd \
                    sha256  ecfec5d1687843dd2913a9ef351be6dc740180d0f70df08e9393c8b75821656d \
                    size    106492

depends_lib-append  port:sqlite3
