diff options
| author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-03-21 06:04:46 +0000 |
|---|---|---|
| committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-03-21 06:04:46 +0000 |
| commit | 7190407a93338b35df1e12e722ccfeb85f731b29 (patch) | |
| tree | b5598efbdd3f17a434057d9e0a66231ddbc9812a /devel/R-cran-Rcpp/Makefile | |
| parent | 83783bb70f817e6a29caa448ce56e369d2f55878 (diff) | |
Notes
Diffstat (limited to 'devel/R-cran-Rcpp/Makefile')
| -rw-r--r-- | devel/R-cran-Rcpp/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index d3e1f463ba11..279e9e759599 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Rcpp -PORTVERSION= 0.11.0 -PORTREVISION= 1 +PORTVERSION= 0.11.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,6 +12,17 @@ COMMENT= Seamless R and C++ Integration LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist shebangfix + +SHEBANG_LANG= r +r_OLD_CMD= /usr/bin/r +r_CMD= ${LOCALBASE}/bin/R +SHEBANG_FILES= inst/examples/ConvolveBenchmarks/buildAndRun.sh \ + inst/examples/ConvolveBenchmarks/exampleRCode.r \ + inst/examples/FastLM/*.r \ + inst/examples/Misc/*.r \ + inst/examples/RcppInline/*.r \ + inst/examples/SugarPerformance/sugarBenchmarks.R \ + inst/examples/functionCallback/newApiExample.r .include <bsd.port.mk> |
