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

COMMENT =	OCaml code generator
CATEGORIES =	devel

# When changing version, remember to adapt MASTER_SITES, too.
V =		0.0.2
DISTNAME =	ocamlify-${V}
NAME =		ocaml-ocamlify
PKGNAME =	${NAME}-${V}
MASTER_SITES =	https://forge.ocamlcore.org/frs/download.php/1209/

MAINTAINER =	Christopher Zimmermann <chrisz@openbsd.org>

HOMEPAGE =	http://ocamlify.forge.ocamlcore.org/

BUILD_DEPENDS =	sysutils/findlib


# LGPL >= 2.1
PERMIT_PACKAGE_CDROM =	Yes

MODULES =	lang/ocaml

CONFIGURE_STYLE =	oasis


.include <bsd.port.mk>
