This package provides Haskell bindings for libcmark-gfm, the reference parser for GitHub Flavored Markdown, a fully specified variant of Markdown.
15 lines
394 B
Makefile
15 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/15 06:36:28 pho Exp $
|
|
|
|
DISTNAME= cmark-gfm-0.2.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Fast, accurate GitHub Flavored Markdown parser and renderer
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= -fpkgconfig
|
|
|
|
.include "../../textproc/cmark-gfm/buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|