summaryrefslogtreecommitdiff
path: root/math/R-cran-ddalpha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/R-cran-ddalpha/Makefile')
-rw-r--r--math/R-cran-ddalpha/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/R-cran-ddalpha/Makefile b/math/R-cran-ddalpha/Makefile
new file mode 100644
index 000000000000..44907501a889
--- /dev/null
+++ b/math/R-cran-ddalpha/Makefile
@@ -0,0 +1,22 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ddalpha
+PORTVERSION= 1.2.1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Depth-Based Classification and Calculation of Data Depth
+
+LICENSE= GPLv2
+
+CRAN_DEPENDS= R-cran-robustbase>0:math/R-cran-robustbase \
+ R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
+ R-cran-BH>0:devel/R-cran-BH
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>