pkgsrc/devel/ocaml-base64/buildlink3.mk
jaapb 406533f8ce Updated devel/ocaml-base64 to version 3.1.0.
The package is now compatible with dune 1.7.

Several API-breaking changes in version 3.0.0: module renames and
changes in function signatures.

Other, more minor bugfixes and additions.
2019-03-05 17:34:16 +00:00

13 lines
408 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2019/03/05 17:34:16 jaapb Exp $
BUILDLINK_TREE+= ocaml-base64
.if !defined(OCAML_BASE64_BUILDLINK3_MK)
OCAML_BASE64_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.0.0
BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=3.1.0
BUILDLINK_PKGSRCDIR.ocaml-base64?= ../../devel/ocaml-base64
.endif # OCAML_BASE64_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-base64