# -*- 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 josherrickson rlemon 0.2.1 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             Boost-1
description         R Access to LEMON graph algorithms
long_description    ${name} allows easy access to the LEMON graph library \
                    set of algorithms, written in C++.
homepage            https://errickson.net/rlemon
checksums           rmd160  ad17554c8bf0f0ce5ad232859616dedc0e326803 \
                    sha256  9dbd8644f56c0b08a4694ef8243705e32cc17b9c0870047c5f28484fb6a71fbf \
                    size    620233
github.tarball_from archive

depends_lib-append  port:R-Rcpp

depends_test-append port:R-covr \
                    port:R-testthat

test.run            yes
