pkgsrc/textproc/R-commonmark/Makefile
brook 95b9095651 R-commonmark: initial commit
The CommonMark specification defines a rationalized version of
markdown syntax. This package uses the 'cmark' reference
implementation for converting markdown text into various formats
including html, latex and groff man. In addition it exposes the
markdown parse tree in xml format. Also includes opt-in support for
GFM extensions including tables, autolinks, and strikethrough text.
2019-08-09 18:31:59 +00:00

14 lines
340 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 18:31:59 brook Exp $
R_PKGNAME= commonmark
R_PKGVER= 1.7
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= High performance commonmark and Github Markdown rendering in R
LICENSE= 2-clause-bsd
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"