You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
801 B
Tcl
22 lines
801 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 nalimilan R2HTML 2.3.4
|
|
revision 0
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description HTML exportation for R objects
|
|
long_description {*}${description}
|
|
homepage https://github.com/nalimilan/R2HTML
|
|
checksums rmd160 df0c43419299adcb3f07d9580e3b4263c84f1fde \
|
|
sha256 b9ed93a48840e7866ccfec7948c62b0c3708915865d79f851eb0bde27af21ea9 \
|
|
size 316596
|
|
supported_archs noarch
|
|
|
|
test.run yes
|