aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-minqa/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2015-05-09 11:58:22 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2015-05-09 11:58:22 +0000
commitd98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8 (patch)
treebdc355b844f9170ce004fafa9b45ad48c9c0c9b8 /math/R-cran-minqa/Makefile
parentb85d025990de041d07656ba026fb6c8d8c63f2b0 (diff)
downloadports-d98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8.tar.gz
ports-d98d7b2cb14d2c43bd62d497b6f52b0abf40c4c8.zip
Notes
Diffstat (limited to 'math/R-cran-minqa/Makefile')
-rw-r--r--math/R-cran-minqa/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/R-cran-minqa/Makefile b/math/R-cran-minqa/Makefile
new file mode 100644
index 000000000000..0b6a7bf5fcf0
--- /dev/null
+++ b/math/R-cran-minqa/Makefile
@@ -0,0 +1,18 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= minqa
+PORTVERSION= 1.2.4
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Derivative-free optimization algorithms by quadratic approximation
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-Rcpp>=0.9.10:${PORTSDIR}/devel/R-cran-Rcpp
+
+USES= cran:auto-plist
+
+.include <bsd.port.mk>