45557fbed3
This adds support for dune and OCaml 4.08, and has some other minor improvements and bugfixes as well.
13 lines
470 B
Makefile
13 lines
470 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2019/07/15 12:57:48 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_deriving
|
|
|
|
.if !defined(OCAML_PPX_DERIVING_BUILDLINK3_MK)
|
|
OCAML_PPX_DERIVING_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_deriving+= ocaml-ppx_deriving>=4.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_deriving+= ocaml-ppx_deriving>=4.4
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_deriving?= ../../devel/ocaml-ppx_deriving
|
|
.endif # OCAML_PPX_DERIVING_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_deriving
|