You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
861 B
Tcl
23 lines
861 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 cran cran miniUI 0.1.1.1
|
|
revision 2
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Shiny UI widgets for small screens
|
|
long_description Provides UI widget and layout functions for writing Shiny apps \
|
|
that work well on small screens.
|
|
checksums rmd160 68c9088d713d9684469bd4ecf35f070d10e0667b \
|
|
sha256 452b41133289f630d8026507263744e385908ca025e9a7976925c1539816b0c0 \
|
|
size 97958
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-htmltools \
|
|
port:R-shiny
|
|
|
|
test.run yes
|