# -*- 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 ericdunipace RcppCGAL 6.0.1
revision            2
categories-append   math geometry
platforms           {darwin any}
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         Rcpp Integration for CGAL
long_description    Creates a header only package to link to the CGAL (Computational Geometry Algorithms Library) header files in Rcpp. \
                    There are a variety of potential uses for the software such as Hilbert sorting, KDtree nearest neighbors, and convex hull algorithms.
homepage            https://github.com/ericdunipace/RcppCGAL
checksums           rmd160  740756e208a8d3f5444b398b11d1fc0277fb0115 \
                    sha256  44c26b4ef882f60f62de46190c734586fa33a7692f17f6bd9bdfd869427caf08 \
                    size    4949634
supported_archs     noarch

depends_lib-append  port:R-knitr \
                    port:R-Rcpp \
                    port:R-rmarkdown

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

test.run            yes
