acd22144d9
This includes support for the upcoming OCaml 5.0.
14 lines
433 B
Makefile
14 lines
433 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2022/05/04 17:52:52 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-bin_prot
|
|
|
|
.if !defined(OCAML_BIN_PROT_BUILDLINK3_MK)
|
|
OCAML_BIN_PROT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.12.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-bin_prot+= ocaml-bin_prot>=0.14.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-bin_prot?= ../../devel/ocaml-bin_prot
|
|
|
|
.endif # OCAML_BIN_PROT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-bin_prot
|