pkgsrc/textproc/hs-cheapskate/buildlink3.mk
pho 7d5cf7284f Import cheapskate-0.1.1.1
This is an experimental Markdown processor in pure Haskell. It aims to
process Markdown efficiently and in the most forgiving possible
way. It is designed to deal with any input, including garbage, with
linear performance. Output is sanitized by default for protection
against XSS attacks.

Several markdown extensions are implemented, including fenced code
blocks, significant list start numbers, and autolinked URLs.
2020-01-19 12:08:08 +00:00

19 lines
674 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 12:08:08 pho Exp $
BUILDLINK_TREE+= hs-cheapskate
.if !defined(HS_CHEAPSKATE_BUILDLINK3_MK)
HS_CHEAPSKATE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-cheapskate+= hs-cheapskate>=0.1.1
BUILDLINK_ABI_DEPENDS.hs-cheapskate+= hs-cheapskate>=0.1.1.1
BUILDLINK_PKGSRCDIR.hs-cheapskate?= ../../textproc/hs-cheapskate
.include "../../textproc/hs-blaze-html/buildlink3.mk"
.include "../../devel/hs-data-default/buildlink3.mk"
.include "../../devel/hs-syb/buildlink3.mk"
.include "../../devel/hs-uniplate/buildlink3.mk"
.include "../../www/hs-xss-sanitize/buildlink3.mk"
.endif # HS_CHEAPSKATE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-cheapskate