aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-mvtnorm/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-08 07:57:18 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-08 07:57:18 +0000
commitfe1c8ed8db55fe408496dd68020a462dabac85b8 (patch)
treeab4afacb8d98c10ec4e4d7149c95dd8eac6fc1a0 /math/R-cran-mvtnorm/Makefile
parent475c191b01cb2aefe832dabdf24862daa77f4013 (diff)
downloadports-fe1c8ed8db55fe408496dd68020a462dabac85b8.tar.gz
ports-fe1c8ed8db55fe408496dd68020a462dabac85b8.zip
Notes
Diffstat (limited to 'math/R-cran-mvtnorm/Makefile')
-rw-r--r--math/R-cran-mvtnorm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile
new file mode 100644
index 000000000000..1c5aef7fd45c
--- /dev/null
+++ b/math/R-cran-mvtnorm/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: R-cran-mvtnorm
+# Date created: March 08, 2011
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mvtnorm
+PORTVERSION= 0.9.96
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+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
+
+.include <bsd.port.mk>