1PORTNAME= geometry 2DISTVERSION= 0.5.2 3CATEGORIES= math 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Mesh Generation and Surface Tesselation 8WWW= https://cran.r-project.org/web/packages/geometry/ 9 10LICENSE= gpl3 11 12CRAN_DEPENDS= R-cran-linprog>0:math/R-cran-linprog \ 13 R-cran-lpSolve>0:math/R-cran-lpSolve \ 14 R-cran-magic>0:math/R-cran-magic \ 15 R-cran-Rcpp>0:devel/R-cran-Rcpp \ 16 R-cran-RcppProgress>0:devel/R-cran-RcppProgress 17BUILD_DEPENDS= ${CRAN_DEPENDS} 18RUN_DEPENDS= ${CRAN_DEPENDS} 19TEST_DEPENDS= R-cran-testthat>0:devel/R-cran-testthat 20 21USES= cran:auto-plist,compiles 22 23.include <bsd.port.mk> 24