pkgsrc/textproc/hs-doctemplates/Makefile
pho 9316175b5e Import doctemplates-0.8.1
This is the text templating system used by pandoc. It supports
variable interpolation, iteration, tests for non-blank values, pipes,
and partials. Templates are rendered to doclayout Docs, and variable
values may come from a variety of different sources, including aeson
Values.
2020-01-15 11:35:54 +00:00

18 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/15 11:35:54 pho Exp $
DISTNAME= doctemplates-0.8.1
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Pandoc-style document templates
LICENSE= modified-bsd
.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../textproc/hs-doclayout/buildlink3.mk"
.include "../../textproc/hs-HsYAML/buildlink3.mk"
.include "../../devel/hs-safe/buildlink3.mk"
.include "../../math/hs-scientific/buildlink3.mk"
.include "../../converters/hs-text-conversions/buildlink3.mk"
.include "../../devel/hs-unordered-containers/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"