Commits
Ryan Schmidt authored 795c6b627cc
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name qore-ssh2-module |
6 6 | version 1.0 |
7 - | use_bzip2 yes |
8 7 | categories lang |
9 8 | license {LGPL-2.1 MIT} |
10 9 | maintainers {davidnichols @davidnich} |
11 10 | description ssh2 module for Qore |
12 11 | long_description Module providing access to the ssh2 protocol including sftp support |
13 12 | use_bzip2 yes |
14 13 | homepage http://qore.org |
15 14 | platforms darwin |
16 15 | master_sites https://github.com/qorelanguage/module-ssh2/releases/download/v${version} |
17 16 | |