05fa866bae
Changes include: - support for ocaml 4.09 and 4.10 - and many minor changes and bugfixes.
14 lines
410 B
Makefile
14 lines
410 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2020/01/14 20:48:09 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-ppxlib
|
|
|
|
.if !defined(OCAML_PPXLIB_BUILDLINK3_MK)
|
|
OCAML_PPXLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.3.0
|
|
BUILDLINK_ABI_DEPENDS.ocaml-ppxlib+= ocaml-ppxlib>=0.12.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-ppxlib?= ../../devel/ocaml-ppxlib
|
|
|
|
.endif # OCAML_PPXLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-ppxlib
|