16 lines
352 B
Makefile
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>
|