aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-markdown/Makefile
blob: 4352429e4e07241e93d76d6019d9032c85e7340f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	markdown
PORTVERSION=	2.0
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Markdown Rendering for R
WWW=		https://cran.r-project.org/web/packages/markdown/

LICENSE=	MIT

RUN_DEPENDS=	R-cran-litedown>=0.6:textproc/R-cran-litedown \
		R-cran-xfun>0:misc/R-cran-xfun

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>