aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-quadprog/Makefile
blob: 9de1d40a838e20da5bc6405dd1e214cb01c2986d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: David Naylor <naylor.b.david@gmail.com>

PORTNAME=	quadprog
DISTVERSION=	1.5-8
PORTREVISION=	1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Functions to solve Quadratic Programming Problems

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>