freebsd-ports/finance/R-cran-quantmod/Makefile

23 lines
560 B
Makefile
Raw Normal View History

PORTNAME= quantmod
DISTVERSION= 0.4.25
CATEGORIES= finance
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Quantitative Financial Modelling and Trading Framework for R
WWW= https://www.quantmod.com/
LICENSE= GPLv3
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 \
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}
USES= cran:auto-plist
.include <bsd.port.mk>