aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-markdown/Makefile
blob: adc3cc9b06e283b4288c166bf3ae55ba1f8820b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	markdown
PORTVERSION=	1.12
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-commonmark>=1.9.0:textproc/R-cran-commonmark \
		R-cran-xfun>=0.38:misc/R-cran-xfun

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>