mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
898 B
Tcl
25 lines
898 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
# GitHub version lags behind.
|
|
R.setup cran r-lib commonmark 1.9.2
|
|
revision 0
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license BSD
|
|
description High-performance CommonMark and GitHub markdown \
|
|
rendering in R
|
|
long_description {*}${description}
|
|
homepage https://docs.ropensci.org/commonmark
|
|
checksums rmd160 454c01af3f5b5042fd9f85a6ac982fab6cdb3ad6 \
|
|
sha256 1d6adcfbe8e2b8f7302bef80e2364ba4f186238e4e5593511908ade57eb486eb \
|
|
size 144970
|
|
|
|
depends_test-append port:R-curl \
|
|
port:R-testthat \
|
|
port:R-xml2
|
|
|
|
test.run yes
|