0bfa25b317
This mostly updates build infrastructure to dune.
19 lines
547 B
Makefile
19 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/31 11:32:30 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= biniou
|
|
DISTNAME= ${GITHUB_PROJECT}-1.2.1
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-community/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/ocaml-community/biniou/
|
|
COMMENT= Extensible binary data format, like JSON but faster
|
|
LICENSE= modified-bsd
|
|
|
|
OCAML_USE_DUNE= yes
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../textproc/ocaml-easy-format/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|