16 lines
381 B
Makefile
16 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/07/31 20:20:36 brook Exp $
|
|
|
|
CATEGORIES= math R
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/quantprog/
|
|
COMMENT= Functions to solve quadratic programming problems
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
R_PKGNAME= quadprog
|
|
R_PKGVER= 1.5-7
|
|
|
|
USE_LANGUAGES= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|