# -*- 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 halpo obsplines 0.1.7 v
# Match package name on CRAN:
set R.package       orthogonalsplinebasis
revision            2
categories-append   math
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Orthogonal b-splines
long_description    {*}${description}
checksums           rmd160  0bc849e30a8ff39b59e58ef5b7770b392a0ffd83 \
                    sha256  64e86b30c4a676de51954bb3e64ad6da923f45b6e5c01549bc59578a895edc4a \
                    size    8040
supported_archs     noarch
platforms           {darwin any}

depends_test-append port:R-spelling

test.run            yes
