freebsd-ports/math/R-cran-lpSolve/Makefile
2022-09-11 23:51:49 +00:00

16 lines
368 B
Makefile

PORTNAME= lpSolve
PORTVERSION= 5.6.16
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
WWW= https://cran.r-project.org/web/packages/lpSolve/
LICENSE= LGPL20
LIB_DEPENDS= liblpsolve55.so:math/lp_solve
USES= cran:auto-plist,compiles
.include <bsd.port.mk>