summaryrefslogtreecommitdiff
path: root/finance/R-cran-PerformanceAnalytics/Makefile
blob: 1777e3a69b606096fa6f725eee97939bf81df951 (plain)
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=	PerformanceAnalytics
PORTVERSION=	1.4.3541
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Econometric tools for performance and risk analysis

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

RUN_DEPENDS=	R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \
		R-cran-xts>=0.9:${PORTSDIR}/math/R-cran-xts

USES=	cran:auto-plist

.include <bsd.port.mk>