# $OpenBSD: Makefile,v 1.4 2012/11/30 19:38:09 chrisz Exp $

COMMENT =	simple expect implementation in OCaml
CATEGORIES =	devel

# The last url component in MASTER_SITES changes every release, too.
DISTNAME =	ocaml-expect-0.0.5
MASTER_SITES =	https://forge.ocamlcore.org/frs/download.php/1372/

HOMEPAGE =	https://forge.ocamlcore.org/projects/ocaml-expect/
MAINTAINER =	Christopher Zimmermann <chrisz@openbsd.org>

# LGPL >=2.1
PERMIT_PACKAGE_CDROM =	Yes

MODULES =		lang/ocaml

CONFIGURE_STYLE =	oasis
CONFIGURE_ARGS =	--enable-tests

RUN_DEPENDS =		devel/ocaml-batteries \
			devel/ocaml-pcre
BUILD_DEPENDS =		${RUN_DEPENDS} \
			devel/ounit \
			sysutils/findlib


.include <bsd.port.mk>
