aboutsummaryrefslogtreecommitdiffstats
path: root/finance/R-cran-TTR/Makefile
blob: 1a9df954956cd8fbd5a60a793381f8d817d02dd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   TTR
DISTVERSION=    0.21-1
PORTREVISION=   4
CATEGORIES= finance
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Technical Trading Rules

LICENSE=    GPLv3

RUN_DEPENDS=    R-cran-xts>=0.6.4:${PORTSDIR}/math/R-cran-xts

USE_R_MOD=  yes
R_MOD_AUTOPLIST=    yes

.include <bsd.port.mk>