aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-sandwich/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-23 04:06:18 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-23 04:06:18 +0000
commitabfdb194fa9f2ede97b1bf2a596cd62b90294727 (patch)
tree481a479f8e96f13c32a48e42720da50129986172 /math/R-cran-sandwich/Makefile
parent91f0dcd8fae08c8f866ab1d914b6711efc1503a3 (diff)
Notes
Diffstat (limited to 'math/R-cran-sandwich/Makefile')
-rw-r--r--math/R-cran-sandwich/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile
new file mode 100644
index 000000000000..fab1015e8282
--- /dev/null
+++ b/math/R-cran-sandwich/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-sandwich
+# Date created: 2011-09-23
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sandwich
+DISTVERSION= 2.2-7
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Robust Covariance Matrix Estimators
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>