6315427837
Dependency is on devel/ocaml-ppxlib. This solves PR pkg/54242.
23 lines
648 B
Makefile
23 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/05/30 09:37:20 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_fields_conv
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DISTNAME= ${GITHUB_PROJECT}-0.12.0
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/ppx_fields_conv/
|
|
COMMENT= Generation of access and iteration functions for OCaml records
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../devel/ocaml-fieldslib/buildlink3.mk"
|
|
.include "../../devel/ocaml-ppxlib/buildlink3.mk"
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|