freebsd-ports/math/R-cran-lpSolve/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

16 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>