camlp5: rebuild for ocaml-4.14.0_1.

This commit is contained in:
Leah Neukirchen 2022-04-13 21:23:36 +02:00
parent a5e9a6a374
commit fc9635ccf1

View file

@ -1,11 +1,12 @@
# Template file for 'camlp5' # Template file for 'camlp5'
pkgname=camlp5 pkgname=camlp5
version=8.00.03 version=8.00.03
revision=2 revision=3
wrksrc="camlp5-rel${version}" wrksrc="camlp5-rel${version}"
build_style=configure build_style=configure
configure_args="-mandir /usr/share/man" configure_args="-mandir /usr/share/man"
hostmakedepends="ocaml perl ocaml-findlib" hostmakedepends="ocaml perl ocaml-findlib"
makedepends="ocaml-camlp-streams"
short_desc="OCaml preprocessor and pretty-printer" short_desc="OCaml preprocessor and pretty-printer"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"