pkgsrc/devel/ocaml-lwt/Makefile.common
jaapb 30bf574a67 Updated devel/ocaml-lwt to version 4.2.1.
Minor changes, the most important of which is introducing ocaml 4.08
compatibility. The configure script has also been moved and is now called
during compilation.
2019-05-13 11:38:45 +00:00

19 lines
471 B
Text

# $NetBSD: Makefile.common,v 1.7 2019/05/13 11:38:45 jaapb Exp $
# used by devel/ocaml-lwt_glib/Makefile
# used by devel/ocaml-lwt_ppx/Makefile
# used by devel/ocaml-lwt_react/Makefile
LWT_VERSION= 4.2.1
DISTNAME= lwt-${LWT_VERSION}
LICENSE= mit
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/}
GITHUB_PROJECT= lwt
GITHUB_TAG= ${LWT_VERSION}
OCAML_USE_DUNE= yes
DISTINFO_FILE= ${PKGDIR}/../../devel/ocaml-lwt/distinfo
PATCHDIR= ${PKGDIR}/../../devel/ocaml-lwt/patches