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

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Econometric tools for performance and risk analysis
WWW=		https://cran.r-project.org/web/packages/PerformanceAnalytics/

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-quadprog>0:math/R-cran-quadprog \
		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>