pkgsrc/devel/ocaml-rresult/Makefile
jaapb d7b561db01 Updated devel/ocaml-rresult to version 0.7.0.
This drops the dependency on ocaml-result
2022-05-03 19:30:18 +00:00

22 lines
594 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/05/03 19:30:18 jaapb Exp $
DISTNAME= rresult-0.7.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= https://erratique.ch/software/rresult/releases/
EXTRACT_SUFX= .tbz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://erratique.ch/software/rresult/
COMMENT= Declarative handling of results and errors in OCaml
LICENSE= isc
USE_LANGUAGES= # none
OCAML_USE_TOPKG= yes
OCAML_USE_OPAM= yes
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../devel/ocaml-compiler-libs/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"