28f48dfec4
This updates the PLIST so that it is in accordance with the new version of devel/ocaml-dune.
19 lines
529 B
Makefile
19 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.3 2022/03/10 08:49:18 jaapb Exp $
|
|
|
|
.include "../../devel/ocaml-dune/Makefile.common"
|
|
|
|
PKGNAME= ocaml-dune-configurator-${DUNE_VERSION}
|
|
PKGREVISION= 2
|
|
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 "../../mk/ocaml.mk"
|
|
.include "../../devel/ocaml-csexp/buildlink3.mk"
|
|
.include "../../devel/ocaml-result/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|