# -*- 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
# $Id: Portfile 99152 2012-10-28 19:38:21Z davidnichols@macports.org $

PortSystem          1.0

name                qore-ssh2-module
version             0.9.7
use_bzip2           yes
categories          lang
license             LGPL-2.1
maintainers         davidnichols
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
master_sites        sourceforge:qore

checksums           md5 dbf623c61ae85cc84914b59802508c89 \
                    sha1 616be8821caf60427495d208643b068392811ac2 \
                    rmd160 d975085899da9fb5bb7bc61ef1ebeb8f2c81caca

depends_lib         port:qore \
                    port:libssh2

configure.args      --disable-debug
