17 lines
347 B
Makefile
17 lines
347 B
Makefile
PORTNAME= RcppRoll
|
|
DISTVERSION= 0.3.1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Efficient Rolling / Windowed Operations
|
|
WWW= https://cran.r-project.org/web/packages/RcppRoll/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>0:devel/R-cran-Rcpp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|