ports/math/R-cran-minqa/Makefile

16 lines
376 B
Makefile

PORTNAME= minqa
DISTVERSION= 1.2.8
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Derivative-free optimization algorithms by quadratic approximation
WWW= https://cran.r-project.org/web/packages/minqa/
LICENSE= GPLv2
RUN_DEPENDS= R-cran-Rcpp>=0.9.10:devel/R-cran-Rcpp
USES= cran:auto-plist,compiles
.include <bsd.port.mk>