aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-commonmark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/R-cran-commonmark/Makefile')
-rw-r--r--textproc/R-cran-commonmark/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/textproc/R-cran-commonmark/Makefile b/textproc/R-cran-commonmark/Makefile
index 6001af1d8f96..bafe2a82a5b2 100644
--- a/textproc/R-cran-commonmark/Makefile
+++ b/textproc/R-cran-commonmark/Makefile
@@ -1,12 +1,17 @@
PORTNAME= commonmark
-DISTVERSION= 1.8.0
+DISTVERSION= 1.9.1
CATEGORIES= textproc
DISTNAME= ${PORTNAME}_${DISTVERSION}
-MAINTAINER= tota@FreeBSD.org
+MAINTAINER= eduardo@FreeBSD.org
COMMENT= High Performance CommonMark and Github Markdown Rendering in R
+WWW= https://cran.r-project.org/web/packages/commonmark/
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat \
+ R-cran-xml2>0:textproc/R-cran-xml2
USES= cran:auto-plist,compiles