5a6447b7a0
The changelog doesn't seem to have been updated recently, but this version definitely adds support for OCaml 4.09.
24 lines
720 B
Makefile
24 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/01/16 10:07:40 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_hash
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DISTNAME= ${GITHUB_PROJECT}-0.13.0
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/ppx_hash/
|
|
COMMENT= Rewriter that generates hash functions from types
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../devel/ocaml-base/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppx_compare/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppx_sexp_conv/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppxlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|