summaryrefslogtreecommitdiff
path: root/finance/R-cran-quantmod/Makefile
blob: 1002c9ec79ac0f90376c3b8ceb51124294c5f107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	quantmod
DISTVERSION=	0.4.26
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@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 \
		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
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist

.include <bsd.port.mk>