f0ddb5d94a
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
334 B
Makefile
12 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/08/09 17:07:33 brook Exp $
|
|
|
|
R_PKGNAME= goftest
|
|
R_PKGVER= 1.2-2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/goftest/
|
|
COMMENT= Classical Goodness-of-Fit Tests for Univariate Distributions
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|