blob: ac832b042918ecba2f4615a07f27635a5dd60d12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|