summaryrefslogtreecommitdiff
path: root/math/R-cran-slam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-slam/Makefile')
-rw-r--r--math/R-cran-slam/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/R-cran-slam/Makefile b/math/R-cran-slam/Makefile
new file mode 100644
index 000000000000..d9abb44cc210
--- /dev/null
+++ b/math/R-cran-slam/Makefile
@@ -0,0 +1,14 @@
+PORTNAME= slam
+DISTVERSION= 0.1-50
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= eduardo@FreeBSD.org
+COMMENT= Sparse Lightweight Arrays and Matrices
+WWW= https://cran.r-project.org/web/packages/slam/
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>