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

16 lines
352 B
Makefile

PORTNAME= quadprog
DISTVERSION= 1.5-8
PORTREVISION= 2
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Functions to solve Quadratic Programming Problems
WWW= https://cran.r-project.org/web/packages/quadprog/
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist,compiles
.include <bsd.port.mk>