forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMakefile
More file actions
23 lines (19 loc) · 733 Bytes
/
Makefile
File metadata and controls
23 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.7 2022/05/24 18:59:21 jaapb Exp $
DISTNAME= ${GITHUB_PROJECT}-0.15.0
PKGNAME= ocaml-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=janestreet/}
GITHUB_PROJECT= async_extra
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/janestreet/async_extra/
COMMENT= Asynchronous execution library from Jane Street (extra)
LICENSE= mit
USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
.include "../../lang/ocaml/ocaml.mk"
.include "../../devel/ocaml-async_kernel/buildlink3.mk"
.include "../../devel/ocaml-core/buildlink3.mk"
.include "../../devel/ocaml-core_kernel/buildlink3.mk"
.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"