30f15a576b
The changelog does not seem to have been updated recently, but it does not look like there are anything but minor improvements and bugfixes. !VS: ----------------------------------------------------------------------
22 lines
633 B
Makefile
22 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/16 12:54:38 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= ppx_fields_conv
|
|
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_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"
|