aboutsummaryrefslogblamecommitdiff
path: root/math/R-cran-lpSolve/Makefile
blob: 4dfa57d23da5ff91e651e6593fff936dbed6bac4 (plain) (tree)
1
2
3

                       
                 












                                                                               
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>