blob: 226adf3bb1afa0e8192ac821aaa91998aaa6ca49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.3 2022/05/04 18:38:58 jaapb Exp $
BUILDLINK_TREE+= ocaml-typerep
.if !defined(OCAML_TYPEREP_BUILDLINK3_MK)
OCAML_TYPEREP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-typerep+= ocaml-typerep>=0.12.0
BUILDLINK_ABI_DEPENDS.ocaml-typerep+= ocaml-typerep>=0.15.0
BUILDLINK_PKGSRCDIR.ocaml-typerep?= ../../devel/ocaml-typerep
.endif # OCAML_TYPEREP_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-typerep
|