pkgsrc/devel/ocaml-dune/buildlink3.mk
jaapb c7b3dfa4b0 Updated devel/ocaml-dune to version 1.7.3.
The biggest change (introduced in 1.7.0) is that dune-package files are
generated instead of .dune files. This means that every package that is
built with dune needs an update, of the PLIST if nothing else (I'll be
committing those ASAP).

There are several other changes, improvments and bugfixes that are
listed in the CHANGES.md file in the distfile.
2019-03-05 16:11:03 +00:00

13 lines
386 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2019/03/05 16:11:03 jaapb Exp $
BUILDLINK_TREE+= ocaml-dune
.if !defined(OCAML_DUNE_BUILDLINK3_MK)
OCAML_DUNE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-dune+= ocaml-dune>=1.7.0
BUILDLINK_ABI_DEPENDS.ocaml-dune+= ocaml-dune>=1.7.3
BUILDLINK_PKGSRCDIR.ocaml-dune?= ../../devel/ocaml-dune
.endif # OCAML_DUNE_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-dune