21 lines
436 B
Makefile
21 lines
436 B
Makefile
PORTNAME= Rsolnp
|
|
DISTVERSION= 1.16
|
|
PORTREVISION= 5
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= General Non-Linear Optimization
|
|
WWW= https://cran.r-project.org/web/packages/Rsolnp/
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
LICENSE_COMB= dual
|
|
|
|
CRAN_DEPENDS= R-cran-truncnorm>0:math/R-cran-truncnorm
|
|
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|