# -*- 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 PaulC91 shinyauthr 1.0.0 v
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Shiny authentication modules
long_description    Add in-app user authentication to shiny, allowing you to secure publicly hosted apps \
                    and build dynamic user interfaces from user information.
checksums           rmd160  4fb5fed70127f2f4caf3d872a9e2963bfcc9ed84 \
                    sha256  a9341f138db96c41fd4dfdc1750f6b837ebf0036e35fdd5699f84746d7473450 \
                    size    21568
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-glue \
                    port:R-rlang \
                    port:R-shiny \
                    port:R-shinyjs \
                    port:R-sodium
