aboutsummaryrefslogtreecommitdiff
path: root/finance/R-cran-TTR/Makefile
blob: 2d1098146b02e99afb8d184a8b31e19fa4d6a4ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	TTR
DISTVERSION=	0.24.4
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Technical Trading Rules
WWW=		https://cran.r-project.org/web/packages/TTR/

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-curl>0:ftp/R-cran-curl \
		R-cran-xts>=0.10.0:math/R-cran-xts \
		R-cran-zoo>0:math/R-cran-zoo

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>