ports/math/R-cran-RcppRoll/Makefile
TAKATSU Tomonari 249ced6beb - Add new port: math/R-cran-RcppRoll
Provides fast and efficient routines for common rolling / windowed
  operations. Routines for the efficient computation of windowed mean,
  median, sum, product, minimum, maximum, standard deviation and
  variance are provided.

  WWW: https://cran.r-project.org/web/packages/RcppRoll/
2017-09-10 12:42:37 +00:00

20 lines
415 B
Makefile

# 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>