1714be424b
The package is now compatible with dune 1.7. There are other improvements (the CHANGES file is not up to date); they are minor, though.
13 lines
431 B
Makefile
13 lines
431 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2019/03/06 09:36:49 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_base
|
|
|
|
.if !defined(OCAML_PPX_BASE_BUILDLINK3_MK)
|
|
OCAML_PPX_BASE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.9.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_base+= ocaml-ppx_base>=0.12.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_base?= ../../devel/ocaml-ppx_base
|
|
.endif # OCAML_PPX_BASE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_base
|