922a36f919
Package is now compatible with dune 1.7; revbump.
14 lines
479 B
Makefile
14 lines
479 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2019/03/05 16:23:43 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-configurator
|
|
|
|
.if !defined(OCAML_CONFIGURATOR_BUILDLINK3_MK)
|
|
OCAML_CONFIGURATOR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-configurator+= ocaml-configurator>=0.9.1
|
|
BUILDLINK_ABI_DEPENDS.ocaml-configurator+= ocaml-configurator>=0.11.0nb4
|
|
BUILDLINK_PKGSRCDIR.ocaml-configurator?= ../../devel/ocaml-configurator
|
|
|
|
.endif # OCAML_CONFIGURATOR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-configurator
|