R-fBasics: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
This commit is contained in:
parent
7ee68b0920
commit
e885bba666
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:44 brook Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2019/07/31 15:49:54 brook Exp $
|
||||
|
||||
CATEGORIES= finance
|
||||
CATEGORIES= finance R
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= https://www.rmetrics.org/
|
||||
COMMENT= Markets and basic statistics
|
||||
LICENSE= gnu-gpl-v2
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
R_PKGNAME= fBasics
|
||||
R_PKGVER= 3042.89
|
||||
|
||||
DEPENDS+= R-gss-[0-9]*:../../math/R-gss
|
||||
DEPENDS+= R-stabledist-[0-9]*:../../math/R-stabledist
|
||||
DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
|
||||
DEPENDS+= R-timeSeries-[0-9]*:../../finance/R-timeSeries
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue