openbsd-ports/databases/ocaml-sqlite3/Makefile
krw 50b44b65e0 Stop building Ocaml's internal ocamlbuild and use the ocaml-ocamlbuild port
where needed.

The next step towards Ocaml 4.3.0.

Bulk build by sthen@ identified several laggards which are included here.

ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree.
2016-06-23 19:23:53 +00:00

29 lines
617 B
Makefile

# $OpenBSD: Makefile,v 1.29 2016/06/23 19:23:53 krw Exp $
COMMENT= Objective Caml bindings for SQLite3
CATEGORIES= databases
V= 2.0.9
NAME = ocaml-sqlite3
DISTNAME= sqlite3-ocaml-${V}
PKGNAME= ${NAME}-${V}
REVISION= 1
MASTER_SITES= https://github.com/mmottl/sqlite3-ocaml/releases/download/v${V}/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= https://bitbucket.org/mmottl/sqlite3-ocaml/
# BSD
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ocaml
WANTLIB = sqlite3
BUILD_DEPENDS = sysutils/findlib devel/ocaml-ocamlbuild
CONFIGURE_STYLE = oasis
CONFIGURE_ARGS += --enable-tests
.include <bsd.port.mk>