v2.2.0 (2017-06-20) Switch to jbuilder (#13, @rgrinberg) v2.1.2 (2016-10-18) Fix version number (#11, @hannesm) v2.1.1 (2016-10-03) Switch build to topkg and obey the odig conventions for installing metadata files. Add a test suite based on RFC4648 test vectors. Improve Travis CI tests to be multidistro.
13 lines
408 B
Makefile
13 lines
408 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2017/07/11 11:17:04 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-base64
|
|
|
|
.if !defined(OCAML_BASE64_BUILDLINK3_MK)
|
|
OCAML_BASE64_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=2.0.0
|
|
BUILDLINK_API_DEPENDS.ocaml-base64+= ocaml-base64>=2.2.0
|
|
BUILDLINK_PKGSRCDIR.ocaml-base64?= ../../devel/ocaml-base64
|
|
.endif # OCAML_BASE64_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-base64
|