# -*- 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 tidyverse hms 9772a440a9e3ea3f6cec1245a3f2177171b1137b
version             1.1.3.9011
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         A simple class for storing time-of-day values
long_description    {*}${description}
homepage            https://hms.tidyverse.org
checksums           rmd160  895c31a36f74c30b87c068ed5641de550cb5a06b \
                    sha256  b3dc8b217e53a37f09e56479bc6d4f68f10629d653467638a2e0fc5224ecb3b1 \
                    size    120931
github.tarball_from archive
supported_archs     noarch

# Drop dist_subdir with the next version update.
# https://trac.macports.org/ticket/71436
dist_subdir         ${name}/${version}_1

depends_lib-append  port:R-lifecycle \
                    port:R-pkgconfig \
                    port:R-rlang \
                    port:R-vctrs

depends_test-append port:R-crayon \
                    port:R-lubridate \
                    port:R-pillar \
                    port:R-testthat

test.run            yes