aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-MatrixModels/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 15:35:14 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-11-15 15:35:14 +0000
commit23d37009a82882ce21426c76c9e5b9c79fc32f1c (patch)
tree3fdb1e3bf23322c66c6e8efd7fe1f88f00edb369 /math/R-cran-MatrixModels/Makefile
parent9f9234cb2001880b56ab6b5910a7ae34bd30155f (diff)
downloadports-23d37009a82882ce21426c76c9e5b9c79fc32f1c.tar.gz
ports-23d37009a82882ce21426c76c9e5b9c79fc32f1c.zip
Notes
Diffstat (limited to 'math/R-cran-MatrixModels/Makefile')
-rw-r--r--math/R-cran-MatrixModels/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/R-cran-MatrixModels/Makefile b/math/R-cran-MatrixModels/Makefile
new file mode 100644
index 000000000000..b4997c62b0ef
--- /dev/null
+++ b/math/R-cran-MatrixModels/Makefile
@@ -0,0 +1,17 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= MatrixModels
+DISTVERSION= 0.4-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Modelling with Sparse And Dense Matrices
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>