# -*- 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 d-dimitrova KSgeneral 2.0.2
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Compute p-values of the K-S test \
                    for (dis)continuous null distribution
long_description    {*}${description}
homepage            https://github.com/d-dimitrova/KSgeneral
checksums           rmd160  1dc8028044ac7b2fc548dcf2659d69c1faa8d896 \
                    sha256  6c60d0ed33d0597b66c567279662c0643da3dde02d2a93a09c72e97d13c9ae94 \
                    size    94955

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:fftw-3 \
                    port:R-dgof \
                    port:R-Rcpp

test.run            yes
