aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-commonmark/Makefile
blob: e2032036e4c439f290a153bca417930cfa060bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PORTNAME=	commonmark
DISTVERSION=	1.9.0
CATEGORIES=	textproc
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	High Performance CommonMark and Github Markdown Rendering in R
WWW=		https://cran.r-project.org/web/packages/commonmark/

LICENSE=	BSD2CLAUSE

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>