summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"