aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-lpSolve/Makefile
blob: 0b8b65188de2ac2bbe694141fca8037b6e3435bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	lpSolve
DISTVERSION=	5.6.23
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	eduardo@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>