# -*- 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           github 1.0

github.setup        qorelanguage module-ssh2 1.4.2 v
github.tarball_from releases

PortGroup           cmake 1.1

name                qore-ssh2-module
revision            2
categories          lang
license             {LGPL-2.1 MIT}
maintainers         {davidnichols @davidnich} openmaintainer
description         ssh2 module for Qore
long_description    Module providing access to the ssh2 protocol including sftp support
use_bzip2           yes
homepage            http://qore.org
platforms           darwin
distname            qore-ssh2-module-${github.version}

checksums           rmd160 b92dad4bff506f10c39862a05189e19ba9269665 \
                    sha256 169aa50f5e4748d699d9c59cf8bbd22395c8f3e71ed042dc9d17b9e65f3d6280 \
                    size 192278

depends_build-append \
                    port:pkgconfig

depends_lib-append \
                    port:qore \
                    port:libssh2

compiler.cxx_standard  2011
