# -*- 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             cran google crc32c 0.0.3
revision            2
maintainers         nomaintainer
license             GPL-2+
description         Cyclic redundancy check with CPU-specific acceleration
long_description    {*}${description}
homepage            https://github.com/eddelbuettel/crc32c
checksums           rmd160  2a635a1f5945e66b50f5eee1be94385e4cf4ff8b \
                    sha256  54f630b63ffa469727bb9580350c798aedd2953183723f89013b97e16895317b \
                    size    32393

depends_build-append \
                    path:bin/cmake:cmake
depends_lib-append  port:R-tidyCpp

build.env-append    CC=${configure.cc} CXX=${configure.cxx}

test.run            no
