9c91157c9f
Package is now compatible with dune 1.7. The CHANGES.md file is not up to date, but other changes are minor.
22 lines
610 B
Makefile
22 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.8 2019/03/05 17:59:40 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_compare
|
|
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_compare/
|
|
COMMENT= Generation of comparison 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-ppxlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|