packaged for wip by nros. The ssh2 module provides Qore the possibility to communicate with sshd servers via the ssh2 protocol; the underlying functionality is provided by libssh2.
14 lines
430 B
Makefile
14 lines
430 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 16:02:08 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= qore-ssh2-module
|
|
|
|
.if !defined(QORE_SSH2_MODULE_BUILDLINK3_MK)
|
|
QORE_SSH2_MODULE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qore-ssh2-module+= qore-ssh2-module>=0.9.9
|
|
BUILDLINK_PKGSRCDIR.qore-ssh2-module?= ../../security/qore-ssh2-module
|
|
|
|
.include "../../lang/qore/buildlink3.mk"
|
|
.endif # QORE_SSH2_MODULE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qore-ssh2-module
|