blob: 6c9e42682014e3f777e75e99604b8497e9a953b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:30 rillig 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_ABI_DEPENDS.qore-ssh2-module?= qore-ssh2-module>=1.0
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
|