freebsd-ports/finance/R-cran-tseries/Makefile
2023-05-03 22:59:02 -04:00

19 lines
489 B
Makefile

PORTNAME= tseries
DISTVERSION= 0.10-54
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Time Series Analysis and Computational Finance
WWW= https://CRAN.R-project.org/package=tseries
LICENSE= GPLv2
RUN_DEPENDS= R-cran-jsonlite>0:converters/R-cran-jsonlite \
R-cran-quantmod>=0.4.9:finance/R-cran-quantmod \
R-cran-quadprog>0:math/R-cran-quadprog \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist,compiles
.include <bsd.port.mk>