98015eed03
This is a specialised package that replaces some annotations in OCaml code. It's needed as a dependency for the new version of ppx_assert.
13 lines
371 B
Makefile
13 lines
371 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/01/16 13:18:13 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_cold
|
|
|
|
.if !defined(OCAML_PPX_COLD_BUILDLINK3_MK)
|
|
OCAML_PPX_COLD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_cold+= ocaml-ppx_cold>=0.13.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_cold?= ../../devel/ocaml-ppx_cold
|
|
|
|
.endif # OCAML_PPX_COLD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_cold
|