# -*- 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 drostlab philentropy 0.10.0 v
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-2
description         Similarity and distance quantification \
                    between probability functions
long_description    {*}${description}
homepage            https://drostlab.github.io/philentropy
checksums           rmd160  6e834b72df2357aaf83d511b69561aecdedf7852 \
                    sha256  2edc53f7f077d3379f73e7d1e8cd1472135da95ddfc47c8273ae96b1da538a49 \
                    size    109083
# github.tarball_from archive

depends_lib-append  port:R-poorman \
                    port:R-Rcpp \
                    port:R-RcppParallel

depends_test-append port:R-knitr \
                    port:R-microbenchmark \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
