[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / ocaml-yojson

File: [local] / ports / devel / ocaml-yojson / Makefile (download)

Revision 1.14, Wed Apr 24 17:10:06 2024 UTC (5 weeks, 4 days ago) by volker
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +1 -1 lines

Bump OCaml ports following update to 4.14.2

COMMENT =	optimized parsing and printing library for the JSON format
CATEGORIES =	devel

V =		1.7.0.20211122
GH_ACCOUNT =	ocaml-community
GH_PROJECT =	yojson
GH_COMMIT =	187132277170a30c5c3b0672c548c82fc372e43a
DISTNAME =	${GH_PROJECT}-${V}
PKGNAME =	ocaml-${DISTNAME}
REVISION =	5

# 3-clause BSD
PERMIT_PACKAGE = Yes

WANTLIB =	c m

MODULES =	lang/ocaml

BUILD_DEPENDS = ${RUN_DEPENDS} \
		devel/dune \
		devel/ocaml-cppo

post-install:
	mv ${PREFIX}/share/doc/${GH_PROJECT} ${PREFIX}/share/doc/ocaml-${GH_PROJECT}

.include <bsd.port.mk>