1PORTNAME= Rcpp 2DISTVERSION= 1.0.14 3CATEGORIES= devel 4DISTNAME= ${PORTNAME}_${DISTVERSION} 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Seamless R and C++ Integration 8WWW= https://cran.r-project.org/web/packages/Rcpp/ 9 10LICENSE= gpl2+ 11 12USES= cran:auto-plist,compiles shebangfix 13SHEBANG_FILES= inst/examples/*/*.r inst/examples/*/*.R inst/examples/*/*.sh 14SHEBANG_LANG= r 15r_OLD_CMD= /usr/bin/r 16r_CMD= ${LOCALBASE}/bin/R 17 18.include <bsd.port.mk> 19