The changelog doesn't seem to have been updated in a while, but this version definitely adds support for OCaml 4.09.
13 lines
362 B
Makefile
13 lines
362 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2020/01/16 10:20:11 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_let
|
|
|
|
.if !defined(OCAML_PPX_LET_BUILDLINK3_MK)
|
|
OCAML_PPX_LET_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_let+= ocaml-ppx_let>=0.13.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_let?= ../../devel/ocaml-ppx_let
|
|
|
|
.endif # OCAML_PPX_LET_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_let
|