Files
ports/finance/R-cran-quantmod/Makefile
T
Nuno Teixeira 18ac197414 finance/R-cran-quantmod: Update to 0.4.29
- Remove BUILD_DEPENDS since cran pkg doesn't compile

ChangeLog: https://cran.r-project.org/web/packages/quantmod/index.html
2026-06-30 19:35:02 +01:00

21 lines
519 B
Makefile

PORTNAME= quantmod
DISTVERSION= 0.4.29
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Quantitative Financial Modelling and Trading Framework for R
WWW= https://cran.r-project.org/package=quantmod
LICENSE= GPLv3
RUN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
R-cran-jsonlite>=1.1:converters/R-cran-jsonlite \
R-cran-TTR>=0.2:finance/R-cran-TTR \
R-cran-xts>=0.9.0:math/R-cran-xts \
R-cran-zoo>0:math/R-cran-zoo
USES= cran:auto-plist
.include <bsd.port.mk>