summaryrefslogtreecommitdiff
path: root/math/R-cran-ash/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-05-06 16:49:31 +0200
committerThierry Thomas <thierry@FreeBSD.org>2022-05-06 17:32:19 +0200
commitf84396026a253294991149930618689278737339 (patch)
tree9d70c6007acff718092220f0f22d02e522ce6a41 /math/R-cran-ash/Makefile
parentdevel/R-cran-multicool: adding a R lib for Permutations of Multisets in Cool-... (diff)
math/Makefile, math/R-cran-*: adding several libraries recommended with RKWard
Diffstat (limited to 'math/R-cran-ash/Makefile')
-rw-r--r--math/R-cran-ash/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/R-cran-ash/Makefile b/math/R-cran-ash/Makefile
new file mode 100644
index 000000000000..43758e160268
--- /dev/null
+++ b/math/R-cran-ash/Makefile
@@ -0,0 +1,15 @@
+# Created by: Thierry Thomas <thierry@pompo.net>
+
+PORTNAME= ash
+DISTVERSION= 1.0-15
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= David Scott's ASH Routines
+
+LICENSE= GPLv2+
+
+USES= cran:compiles
+
+.include <bsd.port.mk>