freebsd-ports/devel/ocaml-result/Makefile
Alexey Dokuchaev 9cdc41062f This is compatibility module for projects that want to use the new
result type defined in OCaml >= 4.03 while staying compatible with
older versions of OCaml.

WWW: https://github.com/janestreet/result
2019-06-14 13:11:02 +00:00

24 lines
408 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= result
PORTVERSION= 1.2
CATEGORIES= devel
PKGNAMEPREFIX= ocaml-
MAINTAINER= danfe@FreeBSD.org
COMMENT= Compatibility result module for OCaml
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= janestreet
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>