aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-gsl/Makefile
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-02-27 00:23:16 +0000
committerGuangyuan Yang <ygy@FreeBSD.org>2021-02-27 00:23:16 +0000
commitd2b7b051c193893d748b415214565b9bfd0b6786 (patch)
tree9846f747ecce4f6d49fc95d44d369ae155329765 /math/R-cran-gsl/Makefile
parent571f0acd386e7fb546c4423ac52735cec751e53a (diff)
downloadports-d2b7b051c193893d748b415214565b9bfd0b6786.tar.gz
ports-d2b7b051c193893d748b415214565b9bfd0b6786.zip
new port: math/R-cran-gsl: R Wrapper for the Gnu Scientific Library
Approved by: lwhsu
Notes
Notes: svn path=/head/; revision=566649
Diffstat (limited to 'math/R-cran-gsl/Makefile')
-rw-r--r--math/R-cran-gsl/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cran-gsl/Makefile b/math/R-cran-gsl/Makefile
new file mode 100644
index 000000000000..b2bbf6763acc
--- /dev/null
+++ b/math/R-cran-gsl/Makefile
@@ -0,0 +1,18 @@
+# Created by: Guangyuan Yang <ygy@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gsl
+DISTVERSION= 2.1-6
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= ygy@FreeBSD.org
+COMMENT= Wrapper for the Gnu Scientific Library
+
+LICENSE= GPLv3
+
+LIB_DEPENDS= libgsl.so:math/gsl
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>