summaryrefslogtreecommitdiff
path: root/math/R-quantreg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-quantreg/Makefile')
-rw-r--r--math/R-quantreg/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-quantreg/Makefile b/math/R-quantreg/Makefile
new file mode 100644
index 00000000000..4f6613b7c4d
--- /dev/null
+++ b/math/R-quantreg/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2016/01/01 11:47:40 wen Exp $
+#
+
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ${R_HOMEPAGE_BASE}/quantreg/
+COMMENT= Quantile Regression
+LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+
+R_PKGNAME= quantreg
+R_PKGVER= 5.19
+
+USE_LANGUAGES= c fortran
+
+DEPENDS+= R-SparseM>=0:../../math/R-SparseM \
+ R-MatrixModels>=0:../../math/R-MatrixModels
+
+.include "../../math/blas/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"