pkgsrc/textproc/ocaml-markup/Makefile
rillig 768cd99f7f textproc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 21:43:32 +00:00

30 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/04 21:43:39 rillig Exp $
GITHUB_PROJECT= markup.ml
GITHUB_TAG= ${PKGVERSION_NOREV}
DISTNAME= markup-0.8.0
PKGNAME= ocaml-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=aantron/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://github.com/aantron/markup.ml/
COMMENT= Error-recovering streaming HTML5 and XML parsers for OCaml
LICENSE= 2-clause-bsd
#HAS_CONFIGURE= yes
USE_LANGUAGES= # none
OCAML_USE_DUNE= yes
DUNE_BUILD_PACKAGES= markup
OPAM_INSTALL_FILES= markup
#do-configure:
# ${RUN} cd ${WRKSRC} && ocaml src/configure.ml
.include "options.mk"
.include "../../devel/ocamlbuild/buildlink3.mk"
.include "../../textproc/ocaml-uutf/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"