db0738ee96
The changelog has not been updated, but this version definitely adds support for OCaml 4.09.
14 lines
477 B
Makefile
14 lines
477 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2020/01/16 13:39:34 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_bin_prot
|
|
|
|
.if !defined(OCAML_PPX_BIN_PROT_BUILDLINK3_MK)
|
|
OCAML_PPX_BIN_PROT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_bin_prot+= ocaml-ppx_bin_prot>=0.12.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_bin_prot+= ocaml-ppx_bin_prot>=0.13.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_bin_prot?= ../../devel/ocaml-ppx_bin_prot
|
|
|
|
.endif # OCAML_PPX_BIN_PROT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_bin_prot
|