summaryrefslogtreecommitdiff
path: root/math/R-cran-nloptr/Makefile
blob: 8c4c4e202e4dfb48656f6a2a223cd0514e4672a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>