freebsd-ports/math/R-cran-nloptr/Makefile
2023-04-23 09:09:58 +00:00

18 lines
398 B
Makefile

PORTNAME= nloptr
PORTVERSION= 2.0.3
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= R interface to NLopt
WWW= https://cran.r-project.org/web/packages/nloptr/
LICENSE= LGPL3
LIB_DEPENDS= libnlopt.so:math/nlopt
RUN_DEPENDS= R-cran-testthat>=3.0.0:devel/R-cran-testthat
USES= cran:auto-plist,compiles pkgconfig
.include <bsd.port.mk>