chrisz 2dd0fda6b6 Update OCaml to 4.09
reviewed ports wise and help with @pkgpath, ok by sthen@
reviewed and help with bytecode-only plists, minor nits and ok by jca@
tested on sparc 64 by @jca
tested on aarch64 by Kurt Miller
tested on amd64 by me

Thanks for reviews and testing!
2019-09-26 09:46:09 +00:00

27 lines
526 B
Makefile

# $OpenBSD: Makefile,v 1.4 2019/09/26 09:46:10 chrisz Exp $
COMMENT = interface to the OCaml stdlib Format module
CATEGORIES = devel
GH_ACCOUNT = mjambon
GH_PROJECT = easy-format
GH_TAGNAME = v1.3.1
REVISION = 1
PKGNAME = ocaml-${DISTNAME}
# 3-clause BSD
PERMIT_PACKAGE = Yes
WANTLIB = c m
MODULES = lang/ocaml
BUILD_DEPENDS = devel/dune
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml-${GH_PROJECT}
mv ${PREFIX}/doc/* ${PREFIX}/share/doc/ocaml-${GH_PROJECT}/
rmdir ${PREFIX}/doc
.include <bsd.port.mk>