dd4799b184
Provides R bindings to the 'Sundown' 'Markdown' rendering library (https://github.com/vmg/sundown). 'Markdown' is a plain-text formatting syntax that can be converted to 'XHTML' or other formats. WWW: https://cran.r-project.org/web/packages/markdown/
18 lines
346 B
Makefile
18 lines
346 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= markdown
|
|
PORTVERSION= 0.7.7
|
|
CATEGORIES= textproc
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Markdown Rendering for R
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= R-cran-mime>=0.3:${PORTSDIR}/misc/R-cran-mime
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|