b9643a6f26
Package is now compatible with dune 1.7. The CHANGES.md file is not up to date; upstream changes are minor only.
14 lines
466 B
Makefile
14 lines
466 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2019/03/05 18:09:51 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppx_optcomp
|
|
|
|
.if !defined(OCAML_PPX_OPTCOMP_BUILDLINK3_MK)
|
|
OCAML_PPX_OPTCOMP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppx_optcomp+= ocaml-ppx_optcomp>=0.9.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppx_optcomp+= ocaml-ppx_optcomp>=0.12.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppx_optcomp?= ../../devel/ocaml-ppx_optcomp
|
|
|
|
.endif # OCAML_PPX_OPTCOMP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppx_optcomp
|