55700481d1
MASTER_SITES is defined in math/R/Makefile.extension, which should be included by all R packages. Therefore, MASTER_SITES should not normally be defined in the Makefile for an R package.
12 lines
322 B
Makefile
12 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/09 17:05:12 brook Exp $
|
|
|
|
R_PKGNAME= LearnBayes
|
|
R_PKGVER= 2.15.1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/LearnBayes/
|
|
COMMENT= Functions for Learning Bayesian Inference
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|