# -*- 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

# Revert to GitHub once updated there.
R.setup             cran akmn35 new.dist 0.1.1 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Alternative continuous and discrete distributions
long_description    {*}${description}
homepage            https://akmn35.github.io/new.dist
checksums           rmd160  64bf151e0fe4afc70d94fce65e08fbb4c9e24568 \
                    sha256  562c8a7dbd18036ff9613dda57ab051f38a919f4da39181a7987e7aa20e675fe \
                    size    102131
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-expint \
                    port:R-pracma \
                    port:R-VGAM

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

test.run            yes
