pkgsrc/devel/ocaml-bos/Makefile
wiz 2792a2840b ocaml-bos: update to 0.2.1.
v0.2.1 2021-10-04 Zagreb

    Require OCaml >= 4.08.
    OS.Dir.create fix function result on existing files. It returned
    non-sensical results. The function now errors as it should be.
    Thanks to Léo Andrès for the report.
    OS.Dir.create fix function returning false instead of true when
    the directory is created with ~path:false. Thanks to Léo Andrès
    for the report and patch.
    OS.File.read support for reading character devices and named
    pipes. Thanks to Rizo Isrof for the patch.
2022-06-03 08:00:09 +00:00

27 lines
837 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/06/03 08:00:09 wiz Exp $
DISTNAME= bos-0.2.1
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://erratique.ch/software/bos/releases/
EXTRACT_SUFX= .tbz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://erratique.ch/software/bos
COMMENT= Basic OS interaction for OCaml
LICENSE= isc
CONFIGURE_ARGS+= --prefix "${PREFIX}" --destdir "${DESTDIR}"
INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/bos
OCAML_USE_TOPKG= yes
OCAML_USE_OPAM= yes
.include "../../lang/ocaml/ocaml.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-astring/buildlink3.mk"
.include "../../devel/ocaml-fmt/buildlink3.mk"
.include "../../devel/ocaml-fpath/buildlink3.mk"
.include "../../devel/ocaml-logs/buildlink3.mk"
.include "../../devel/ocaml-rresult/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"