pkgsrc/devel/ocaml-dune/buildlink3.mk
jaapb cc1100813a Updated devel/ocaml-dune to version 2.7.1.
Changes from the previous version are too many to mention (see the
CHANGELOG.md file in the distribution for full details). From a practical
point of view the package bootstrap procedure has changed now so that
dune-configurator had to be split off as a separate package; there are
also compatibility changes so the package works with newer versions of
OCaml.
2020-12-09 10:48:33 +00:00

13 lines
386 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2020/12/09 10:48:33 jaapb Exp $
BUILDLINK_TREE+= ocaml-dune
.if !defined(OCAML_DUNE_BUILDLINK3_MK)
OCAML_DUNE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-dune+= ocaml-dune>=2.2.0
BUILDLINK_ABI_DEPENDS.ocaml-dune+= ocaml-dune>=2.7.1
BUILDLINK_PKGSRCDIR.ocaml-dune?= ../../devel/ocaml-dune
.endif # OCAML_DUNE_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-dune