410aa4ebe8
Package now compatible with dune 1.7; revbump.
20 lines
547 B
Makefile
20 lines
547 B
Makefile
# $NetBSD: Makefile,v 1.10 2019/03/05 16:27:42 jaapb Exp $
|
|
|
|
GITHUB_PROJECT= result
|
|
DISTNAME= ${GITHUB_PROJECT}-1.3
|
|
PKGNAME= ocaml-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/janestreet/result/
|
|
COMMENT= OCaml compatibility library for Result module
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
OCAML_USE_DUNE= yes
|
|
INSTALLATION_DIRS+= ${OCAML_SITELIBDIR}/result share/doc/result
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|