blob: 5b87a1741687aee4e406b8c6c7d5cd80fdbd4314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= linprog
DISTVERSION= 0.9-2
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Linear Programming / Optimization
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>
|