19 lines
412 B
Makefile
19 lines
412 B
Makefile
PORTNAME= linprog
|
|
DISTVERSION= 0.9-4
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Linear Programming / Optimization
|
|
WWW= https://cran.r-project.org/web/packages/linprog/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-lpSolve>0:math/R-cran-lpSolve
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|