d29edef5af
No upstream changes, but the OASIS setup.ml file had to be regenerated due to it no longer working with OCaml 4.06.
17 lines
451 B
Makefile
17 lines
451 B
Makefile
# $NetBSD: Makefile,v 1.10 2018/01/10 16:19:00 jaapb Exp $
|
|
|
|
DISTNAME= ocamlmod-0.0.8
|
|
PKGREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1544/
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= http://forge.ocamlcore.org/projects/ocamlmod/
|
|
COMMENT= Generate OCaml modules from source files
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
OCAML_USE_OASIS= yes
|
|
OCAML_FINDLIB_REGISTER= no
|
|
|
|
.include "../../mk/ocaml.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|