summaryrefslogtreecommitdiff
path: root/math/R-cran-lpSolve/Makefile
blob: 475430ab54373c0b2f39dcbb2e1065ff0638e53d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	lpSolve
PORTVERSION=	5.6.16
PORTREVISION=	1
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>