Many changes since the last version; mostly they are minor though. See the CHANGES.md file in the distribution for details.
14 lines
407 B
Makefile
14 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2020/04/21 11:25:18 jaapb Exp $
|
|
|
|
BUILDLINK_TREE+= ocaml-cohttp
|
|
|
|
.if !defined(OCAML_COHTTP_BUILDLINK3_MK)
|
|
OCAML_COHTTP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=2.1.2
|
|
BUILDLINK_ABI_DEPENDS.ocaml-cohttp+= ocaml-cohttp>=2.5.1
|
|
BUILDLINK_PKGSRCDIR.ocaml-cohttp?= ../../www/ocaml-cohttp
|
|
|
|
.endif # OCAML_COHTTP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ocaml-cohttp
|