mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
cf118ccf87
Reported by: lwhsu
17 lines
329 B
Makefile
17 lines
329 B
Makefile
PORTNAME= lpSolve
|
|
PORTVERSION= 5.6.15
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Interface to 'Lp_solve' v. 5.5 to Solve Linear/Integer Programs
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= liblpsolve55.so:math/lp_solve
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|