aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-tseries/Makefile
blob: 1f78b367eefacc6239352ee515eb630515076177 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>