blob: 8ae8dc8affc3b9e56c66fa44d780ec5f41332aed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2022/05/24 18:51:48 jaapb Exp $
.include "../../devel/ocaml-dune/Makefile.common"
PKGNAME= ocaml-dune-configurator-${DUNE_VERSION}
PKGREVISION= 3
CATEGORIES= devel
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/ocaml/dune/
COMMENT= Configuration test library for Dune
OCAML_USE_DUNE= yes
DUNE_BUILD_PACKAGES= dune-configurator
.include "../../lang/ocaml/ocaml.mk"
.include "../../devel/ocaml-csexp/buildlink3.mk"
.include "../../devel/ocaml-result/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|