pkgsrc/devel/ocaml-ke/Makefile
jaapb 11cffdaaba Added devel/ocaml-ke, an efficient queue implementation.
Needed as a dependency for the new version of ocaml-encore.
2020-04-14 08:18:30 +00:00

21 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/04/14 08:18:30 jaapb Exp $
GITHUB_PROJECT= ke
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-0.4
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/mirage/ke/
COMMENT= Fast implementation of queue in OCaml
LICENSE= modified-bsd
USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-bigarray-compat/buildlink3.mk"
.include "../../devel/ocaml-fmt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"