1PORTNAME= RcppArmadillo 2DISTVERSION= 15.2.6-1 3CATEGORIES= math 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Rcpp integration for Armadillo templated linear algebra library 8WWW= https://cran.r-project.org/package=RcppArmadillo 9 10LICENSE= gpl2+ 11 12CRAN_DEPENDS= R-cran-Rcpp>=1.1.1:devel/R-cran-Rcpp 13BUILD_DEPENDS= ${CRAN_DEPENDS} 14RUN_DEPENDS= ${CRAN_DEPENDS} 15TEST_DEPENDS= R-cran-slam>0:math/R-cran-slam \ 16 R-cran-tinytest>0:devel/R-cran-tinytest 17 18USES= cran:auto-plist,compiles 19 20.include <bsd.port.mk> 21