summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2019-07-31 15:54:13 +0000
committerbrook <brook@pkgsrc.org>2019-07-31 15:54:13 +0000
commit46c0e1cb70b11cde8cd56ce3e4e2b8c5b3fbd980 (patch)
tree3c61905b03a8942da03b2a8d74cae7535412d37b /finance
parentd80978f199a0931fa83aee76bef4b27e853129b3 (diff)
downloadpkgsrc-46c0e1cb70b11cde8cd56ce3e4e2b8c5b3fbd980.tar.gz
R-timeSeries: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE field.
Diffstat (limited to 'finance')
-rw-r--r--finance/R-timeSeries/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/finance/R-timeSeries/Makefile b/finance/R-timeSeries/Makefile
index e5cb5714945..95a197f2b60 100644
--- a/finance/R-timeSeries/Makefile
+++ b/finance/R-timeSeries/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:44 brook Exp $
+# $NetBSD: Makefile,v 1.3 2019/07/31 15:54:13 brook Exp $
-CATEGORIES= finance
+CATEGORIES= finance R
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://www.rmetrics.org/
COMMENT= Financial time series objects
-LICENSE= gnu-gpl-v2
-
-DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= timeSeries
R_PKGVER= 3042.102
+DEPENDS+= R-timeDate>=2150.95:../../time/R-timeDate
+
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"