You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
2329655ef7
[skip ci]
29 lines
1002 B
Tcl
29 lines
1002 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
|
|
|
|
R.setup github davidchall jinjar 0.3.1 v
|
|
revision 1
|
|
categories-append textproc
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Template engine inspired by Jinja
|
|
long_description {*}${description}
|
|
homepage https://davidchall.github.io/jinjar
|
|
checksums rmd160 ab72561c9a26b5ab222010077d4e3206c4c7901c \
|
|
sha256 94e07336d937010e0764af55027b835dc198f9c56cf78fe0536651837b80d78c \
|
|
size 286640
|
|
|
|
depends_lib-append port:R-cli \
|
|
port:R-cpp11 \
|
|
port:R-fs \
|
|
port:R-jsonlite \
|
|
port:R-rlang
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
test.run yes
|