summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-12-28 10:28:40 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-12-28 10:28:40 +0000
commite288e58754264b3a8264eb96b098853a2f94b719 (patch)
tree8d0f3f2f1eae811733e7cf9c6eb644ab6da66df7 /math
parentConvert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme. (diff)
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
Notes
Notes: svn path=/head/; revision=337846
Diffstat (limited to 'math')
-rw-r--r--math/R-cran-ChangeAnomalyDetection/Makefile3
-rw-r--r--math/R-cran-Formula/Makefile3
-rw-r--r--math/R-cran-KFAS/Makefile3
-rw-r--r--math/R-cran-LearnBayes/Makefile3
-rw-r--r--math/R-cran-MCMCpack/Makefile3
-rw-r--r--math/R-cran-RHmm/Makefile3
-rw-r--r--math/R-cran-RSvgDevice/Makefile3
-rw-r--r--math/R-cran-RcppArmadillo/Makefile3
-rw-r--r--math/R-cran-SuppDists/Makefile3
-rw-r--r--math/R-cran-Zelig/Makefile3
-rw-r--r--math/R-cran-bdsmatrix/Makefile3
-rw-r--r--math/R-cran-car/Makefile3
-rw-r--r--math/R-cran-coda/Makefile3
-rw-r--r--math/R-cran-deldir/Makefile3
-rw-r--r--math/R-cran-dlmodeler/Makefile3
-rw-r--r--math/R-cran-forecast/Makefile3
-rw-r--r--math/R-cran-fracdiff/Makefile3
-rw-r--r--math/R-cran-gpclib/Makefile3
-rw-r--r--math/R-cran-gss/Makefile3
-rw-r--r--math/R-cran-gtable/Makefile3
-rw-r--r--math/R-cran-igraph/Makefile3
-rw-r--r--math/R-cran-inline/Makefile3
-rw-r--r--math/R-cran-labeling/Makefile3
-rw-r--r--math/R-cran-memisc/Makefile3
-rw-r--r--math/R-cran-mvtnorm/Makefile3
-rw-r--r--math/R-cran-nnls/Makefile3
-rw-r--r--math/R-cran-outliers/Makefile3
-rw-r--r--math/R-cran-psych/Makefile3
-rw-r--r--math/R-cran-quadprog/Makefile3
-rw-r--r--math/R-cran-sandwich/Makefile3
-rw-r--r--math/R-cran-sm/Makefile3
-rw-r--r--math/R-cran-sp/Makefile3
-rw-r--r--math/R-cran-spdep/Makefile3
-rw-r--r--math/R-cran-sspir/Makefile3
-rw-r--r--math/R-cran-stabledist/Makefile3
-rw-r--r--math/R-cran-xts/Makefile3
-rw-r--r--math/R-cran-zoo/Makefile3
37 files changed, 37 insertions, 74 deletions
diff --git a/math/R-cran-ChangeAnomalyDetection/Makefile b/math/R-cran-ChangeAnomalyDetection/Makefile
index c7f35642edad..e43842924933 100644
--- a/math/R-cran-ChangeAnomalyDetection/Makefile
+++ b/math/R-cran-ChangeAnomalyDetection/Makefile
@@ -15,7 +15,6 @@ LICENSE= BSD
RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/finance/R-cran-TTR \
R-cran-forecast>0:${PORTSDIR}/math/R-cran-forecast
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-Formula/Makefile b/math/R-cran-Formula/Makefile
index e144fbde28fb..833da87858ed 100644
--- a/math/R-cran-Formula/Makefile
+++ b/math/R-cran-Formula/Makefile
@@ -12,7 +12,6 @@ COMMENT= Extended Model Formulas
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-KFAS/Makefile b/math/R-cran-KFAS/Makefile
index 79c2680f43bf..925d0aaa2d01 100644
--- a/math/R-cran-KFAS/Makefile
+++ b/math/R-cran-KFAS/Makefile
@@ -13,7 +13,6 @@ COMMENT= Kalman filter and smoothers for exponential family state space models
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-LearnBayes/Makefile b/math/R-cran-LearnBayes/Makefile
index 89698034362e..62699cdab848 100644
--- a/math/R-cran-LearnBayes/Makefile
+++ b/math/R-cran-LearnBayes/Makefile
@@ -13,7 +13,6 @@ COMMENT= Functions for Learning Bayesian Inference
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-MCMCpack/Makefile b/math/R-cran-MCMCpack/Makefile
index 9cb31045c15a..76b5bac8a723 100644
--- a/math/R-cran-MCMCpack/Makefile
+++ b/math/R-cran-MCMCpack/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= R-cran-coda>0.11.3:${PORTSDIR}/math/R-cran-coda
# Actually required 4.0 or later, but at least 4.2 in the FreeBSD ports tree
USE_GCC= 4.2+
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile
index 20cd9af59bfb..635567341100 100644
--- a/math/R-cran-RHmm/Makefile
+++ b/math/R-cran-RHmm/Makefile
@@ -13,7 +13,6 @@ COMMENT= Hidden Markov Models simulations and estimations
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile
index 99ec9839bfaa..65b9b71fc12f 100644
--- a/math/R-cran-RSvgDevice/Makefile
+++ b/math/R-cran-RSvgDevice/Makefile
@@ -13,7 +13,6 @@ COMMENT= A R SVG graphics device
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile
index 467f85d9a748..c0075cb5ecf9 100644
--- a/math/R-cran-RcppArmadillo/Makefile
+++ b/math/R-cran-RcppArmadillo/Makefile
@@ -14,7 +14,6 @@ LICENSE_COMB= dual
RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile
index 7b182ecca426..da3cf5d366e3 100644
--- a/math/R-cran-SuppDists/Makefile
+++ b/math/R-cran-SuppDists/Makefile
@@ -17,8 +17,7 @@ COMMENT= Supplementary distributions and RNG for R
LICENSE= GPLv2
BENCHMARK_SCRIPT= R-benchmark-25.R
-R_MOD_AUTOPLIST= yes
-USE_R_MOD= yes
+USES= cran:auto-plist
WRKSRC = ${WRKDIR}/${PORTNAME}
.if defined(MAINTAINER_MODE)
diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile
index c318119f02f2..506400354f5d 100644
--- a/math/R-cran-Zelig/Makefile
+++ b/math/R-cran-Zelig/Makefile
@@ -13,7 +13,6 @@ COMMENT= Everyone's Statistical Software
BUILD_DEPENDS= R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich
RUN_DEPENDS= R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich
-USE_R_MOD= yes
-R_MOD_AUTOPLIST=yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-bdsmatrix/Makefile b/math/R-cran-bdsmatrix/Makefile
index 23972b108e44..fb5b1c8fc1b0 100644
--- a/math/R-cran-bdsmatrix/Makefile
+++ b/math/R-cran-bdsmatrix/Makefile
@@ -12,7 +12,6 @@ COMMENT= Routines for Block Diagonal Symmetric matrices
LICENSE= LGPL20
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile
index 410f25fa8b55..49524e3216ba 100644
--- a/math/R-cran-car/Makefile
+++ b/math/R-cran-car/Makefile
@@ -12,7 +12,6 @@ COMMENT= Companion to Applied Regression for R
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile
index 7ba985e87e83..d4fec0a3ea1a 100644
--- a/math/R-cran-coda/Makefile
+++ b/math/R-cran-coda/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Output analysis and diagnostics for MCMC
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile
index 28ac1db7c527..a93b8074a947 100644
--- a/math/R-cran-deldir/Makefile
+++ b/math/R-cran-deldir/Makefile
@@ -13,7 +13,6 @@ COMMENT= Delaunay Triangulation and Dirichlet (Voronoi) Tessellation
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-dlmodeler/Makefile b/math/R-cran-dlmodeler/Makefile
index 1976515f95c9..5c32faa27cbc 100644
--- a/math/R-cran-dlmodeler/Makefile
+++ b/math/R-cran-dlmodeler/Makefile
@@ -13,7 +13,6 @@ COMMENT= Generalized Dynamic Linear Modeler
LICENSE= GPLv2 GPLv3 BSD
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile
index d4291d7a953b..40569cd7694e 100644
--- a/math/R-cran-forecast/Makefile
+++ b/math/R-cran-forecast/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \
R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo \
R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile
index 4c4fd08a11e7..cdf2ac3fb79f 100644
--- a/math/R-cran-fracdiff/Makefile
+++ b/math/R-cran-fracdiff/Makefile
@@ -13,7 +13,6 @@ COMMENT= Fractionally differenced ARIMA aka ARFIMA(p,d,q) models
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile
index cac005127b50..f0ee9dc17b32 100644
--- a/math/R-cran-gpclib/Makefile
+++ b/math/R-cran-gpclib/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= General Polygon Clipping Library for R
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-gss/Makefile b/math/R-cran-gss/Makefile
index acab45b520e1..d6d48677f296 100644
--- a/math/R-cran-gss/Makefile
+++ b/math/R-cran-gss/Makefile
@@ -12,7 +12,6 @@ COMMENT= General Smoothing Splines
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile
index c8c5146c4f7e..ae9e4d061080 100644
--- a/math/R-cran-gtable/Makefile
+++ b/math/R-cran-gtable/Makefile
@@ -11,7 +11,6 @@ COMMENT= Arrange grobs in tables
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile
index 0cea4173b518..b7a6032a6239 100644
--- a/math/R-cran-igraph/Makefile
+++ b/math/R-cran-igraph/Makefile
@@ -12,8 +12,7 @@ COMMENT= R extension package for igraph
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.pre.mk>
diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile
index f440e6c17595..ed2bc87babcf 100644
--- a/math/R-cran-inline/Makefile
+++ b/math/R-cran-inline/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Inline C, C++, Fortran function calls from R
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-labeling/Makefile b/math/R-cran-labeling/Makefile
index c8fd02f62553..e55e3cccc357 100644
--- a/math/R-cran-labeling/Makefile
+++ b/math/R-cran-labeling/Makefile
@@ -12,7 +12,6 @@ COMMENT= Provides a range of axis labeling algorithms
LICENSE= MIT
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile
index 05d840b5ce55..de55bb7db64b 100644
--- a/math/R-cran-memisc/Makefile
+++ b/math/R-cran-memisc/Makefile
@@ -12,7 +12,6 @@ COMMENT= Provides an infrastructure for the management of survey data
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile
index 2255af680303..5577b769db5e 100644
--- a/math/R-cran-mvtnorm/Makefile
+++ b/math/R-cran-mvtnorm/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
COMMENT= Multivariate Normal and t Distributions
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-nnls/Makefile b/math/R-cran-nnls/Makefile
index 10585c176b93..95107f1cf83c 100644
--- a/math/R-cran-nnls/Makefile
+++ b/math/R-cran-nnls/Makefile
@@ -12,7 +12,6 @@ COMMENT= R implementation of an algorithm for non-negative least squares
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile
index d2974356fa11..071f5b7ddb16 100644
--- a/math/R-cran-outliers/Makefile
+++ b/math/R-cran-outliers/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of some tests commonly used for identifying outliers
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile
index 55e6ec64a578..f397fd209eaa 100644
--- a/math/R-cran-psych/Makefile
+++ b/math/R-cran-psych/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= drue@therub.org
COMMENT= Psych package for the R project
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-quadprog/Makefile b/math/R-cran-quadprog/Makefile
index 310e236afcf7..135749510e8e 100644
--- a/math/R-cran-quadprog/Makefile
+++ b/math/R-cran-quadprog/Makefile
@@ -13,7 +13,6 @@ COMMENT= Functions to solve Quadratic Programming Problems
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile
index a475b49d972c..ab6cc8476f25 100644
--- a/math/R-cran-sandwich/Makefile
+++ b/math/R-cran-sandwich/Makefile
@@ -14,7 +14,6 @@ LICENSE= GPLv2
RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile
index ad104f1310b4..8cd68275b7da 100644
--- a/math/R-cran-sm/Makefile
+++ b/math/R-cran-sm/Makefile
@@ -10,7 +10,6 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Smoothing methods for nonparametric regression and density estimation
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile
index 1dea766f39c2..c2159f35ca17 100644
--- a/math/R-cran-sp/Makefile
+++ b/math/R-cran-sp/Makefile
@@ -13,7 +13,6 @@ COMMENT= R Classes and Methods for Spatial Data
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
index f0f82037b192..e5a8d2b79c5d 100644
--- a/math/R-cran-spdep/Makefile
+++ b/math/R-cran-spdep/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \
R-cran-coda>0:${PORTSDIR}/math/R-cran-coda \
R-cran-LearnBayes>0:${PORTSDIR}/math/R-cran-LearnBayes
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-sspir/Makefile b/math/R-cran-sspir/Makefile
index 05d252e150d7..42c6663d9eb0 100644
--- a/math/R-cran-sspir/Makefile
+++ b/math/R-cran-sspir/Makefile
@@ -13,8 +13,7 @@ COMMENT= A glm-like formula to define dynamic generalized linear models
RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \
R-cran-KFAS>=0.9.11_3:${PORTSDIR}/math/R-cran-KFAS
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile
index 0a42f011a77b..23d1a7b9768e 100644
--- a/math/R-cran-stabledist/Makefile
+++ b/math/R-cran-stabledist/Makefile
@@ -13,7 +13,6 @@ COMMENT= Stable Distribution Functions
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile
index 91ff87730fa7..2be21d64e86c 100644
--- a/math/R-cran-xts/Makefile
+++ b/math/R-cran-xts/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
RUN_DEPENDS= R-cran-zoo>=1.7.10:${PORTSDIR}/math/R-cran-zoo
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>
diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile
index 0ca119239693..30f330826483 100644
--- a/math/R-cran-zoo/Makefile
+++ b/math/R-cran-zoo/Makefile
@@ -12,7 +12,6 @@ COMMENT= S3 Infrastructure for Regular and Irregular Time Series
LICENSE= GPLv2
-USE_R_MOD= yes
-R_MOD_AUTOPLIST= yes
+USES= cran:auto-plist
.include <bsd.port.mk>