diff options
Diffstat (limited to 'math/R-cran-RcppRoll/Makefile')
-rw-r--r-- | math/R-cran-RcppRoll/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/R-cran-RcppRoll/Makefile b/math/R-cran-RcppRoll/Makefile new file mode 100644 index 000000000000..45333d55d37e --- /dev/null +++ b/math/R-cran-RcppRoll/Makefile @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= RcppRoll +DISTVERSION= 0.2.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Efficient Rolling / Windowed Operations + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> |