mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
- Now builds itself using Dune (devel/ocaml-dune) - Drop reference to Pervasives; it is deprecated - Result is an alias to Stdlib.Result on OCaml 4.08+ Reported by: portscout (a while ago)
26 lines
470 B
Makefile
26 lines
470 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
PORTNAME= result
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Compatibility result module for OCaml
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= dune:devel/ocaml-dune
|
|
|
|
USES= gmake
|
|
USE_OCAML= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= janestreet
|
|
|
|
ALL_TARGET= default
|
|
MAKE_ENV= LIBDIR=${OCAML_SITELIBDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|