3cee112dae
Package is now compatible with dune 1.7. The CHANGES.md file is not up to date; upstream changes are minor only.
24 lines
720 B
Makefile
24 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/03/05 18:08:00 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_hash
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DISTNAME= ${GITHUB_PROJECT}-0.12.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"
|