freebsd-ports/math/R-cran-linprog/Makefile
2023-04-23 09:09:58 +00:00

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>