2012-04-18 23:14:44 +02:00
|
|
|
PORTNAME= quantmod
|
2023-08-27 09:54:51 +02:00
|
|
|
DISTVERSION= 0.4.25
|
2012-04-18 23:14:44 +02:00
|
|
|
CATEGORIES= finance
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
|
2023-04-26 01:54:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-04-18 23:14:44 +02:00
|
|
|
COMMENT= Quantitative Financial Modelling and Trading Framework for R
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://www.quantmod.com/
|
2012-04-18 23:14:44 +02:00
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2023-04-26 01:54:28 +02:00
|
|
|
CRAN_DEPENDS= R-cran-curl>0:ftp/R-cran-curl \
|
|
|
|
R-cran-jsonlite>=1.1:converters/R-cran-jsonlite \
|
2017-06-06 08:34:27 +02:00
|
|
|
R-cran-TTR>=0.2:finance/R-cran-TTR \
|
2023-04-26 01:54:28 +02:00
|
|
|
R-cran-xts>=0.9.0:math/R-cran-xts \
|
|
|
|
R-cran-zoo>0:math/R-cran-zoo
|
2016-09-03 01:48:23 +02:00
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
2012-04-18 23:14:44 +02:00
|
|
|
|
2023-04-26 01:54:28 +02:00
|
|
|
USES= cran:auto-plist
|
2012-04-18 23:14:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|