Most updates are minor, but version 3.0.0 introduces a fair amount of API-breaking changes. Version 3.3.0 also includes support for OCaml 4.12. Full details in the ChangeLog file included in the distribution.
25 lines
739 B
Makefile
25 lines
739 B
Makefile
# $NetBSD: Makefile,v 1.23 2022/05/30 09:52:47 jaapb Exp $
|
|
|
|
VERSION= 3.5.1
|
|
GITHUB_PROJECT= batteries-included
|
|
GITHUB_TAG= v${VERSION}
|
|
DISTNAME= batteries-${VERSION}
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml-batteries-team/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/ocaml-batteries-team/batteries-included/
|
|
COMMENT= Alternative standard library for OCaml
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
USE_TOOLS+= gmake
|
|
OCAML_USE_FINDLIB= yes
|
|
|
|
MAKE_ENV= DESTDIR="${DESTDIR}" PREFIX="${PREFIX}"
|
|
|
|
.include "../../lang/ocaml/ocaml.mk"
|
|
.include "../../devel/ocamlbuild/buildlink3.mk"
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../math/ocaml-num/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|