f80fa5e7f9
Package is now compatible with dune 1.7. Main change is that json types are now replaced by their t aliases; there are some other minor bugfixes and changes as well. Full details in the CHANGES.md file.
14 lines
409 B
Makefile
14 lines
409 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2019/03/05 18:21:04 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-yojson
|
|
|
|
.if !defined(OCAML_YOJSON_BUILDLINK3_MK)
|
|
OCAML_YOJSON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-yojson+= ocaml-yojson>=1.7.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-yojson+= ocaml-yojson>=1.7.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-yojson?= ../../devel/ocaml-yojson
|
|
|
|
.endif # OCAML_YOJSON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-yojson
|