pkgsrc/math/R-LearnBayes/Makefile
brook 55700481d1 math/R-LearnBayes: remove MASTER_SITES
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.
2020-08-09 17:05:12 +00:00

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"