51bcb9676e
Package is now compatible with dune 1.7. The CHANGES.md file in the distribution is not up to date, but changes from the previous version are minor.
21 lines
555 B
Makefile
21 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/03/05 16:21:31 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= stdio
|
|
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/stdio/
|
|
COMMENT= Standard IO library for OCaml
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= # none
|
|
OCAML_USE_FINDLIB= yes
|
|
OCAML_USE_DUNE= yes
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../devel/ocaml-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|