pkgsrc/devel/ocaml-base/Makefile
jaapb a014c7a0fe Updated devel/ocaml-base to version 0.13.0.
The CHANGES.md file in the distribution is rather unclear about what
changes belong to which version; nothing major seems to have changed, so
I'm assuming bugfixes and/or minor improvements.
2020-01-16 12:39:32 +00:00

20 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/16 12:39:32 jaapb Exp $
GITHUB_PROJECT= base
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= ${GITHUB_PROJECT}-0.13.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
DIST_SUBDIR= ocaml-${GITHUB_PROJECT}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/janestreet/base/
COMMENT= Alternative standard library for OCaml
LICENSE= apache-2.0
OCAML_USE_DUNE= yes
.include "../../mk/ocaml.mk"
.include "../../devel/ocaml-sexplib0/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"