pkgsrc/www/ocaml-cohttp/buildlink3.mk
jaapb 90c3678280 Added package www/ocaml-cohttp, an OCaml http library.
Cohttp is an OCaml library for creating HTTP daemons. It has a portable
HTTP parser, and implementations using various asynchronous programming
libraries. It's needed as a dependency for some ocaml-git options.
2019-07-01 15:48:53 +00:00

13 lines
350 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2019/07/01 15:48:53 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_PKGSRCDIR.ocaml-cohttp?= ../../www/ocaml-cohttp
.endif # OCAML_COHTTP_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-cohttp