summaryrefslogtreecommitdiff
path: root/finance/R-fBasics/Makefile
blob: d109cb469abed13888ce5bbdc36bc63a68c88339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:41 brook Exp $

R_PKGNAME=	fBasics
R_PKGVER=	3042.89
CATEGORIES=	finance

MAINTAINER=	minskim@NetBSD.org
COMMENT=	Markets and basic statistics
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-timeSeries>=3042.102:../../finance/R-timeSeries
DEPENDS+=	R-gss>=2.1.7:../../math/R-gss
DEPENDS+=	R-stabledist>=0.7.1:../../math/R-stabledist
DEPENDS+=	R-timeDate>=3042.101:../../time/R-timeDate

USE_LANGUAGES=	c fortran

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"