Each R package should include ../../math/R/Makefile.extension, which also defines MASTER_SITES. Consequently, it is redundant for the individual packages to do the same. Package-specific definitions also prevent redefining MASTER_SITES in a single common place.
16 lines
378 B
Makefile
16 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.6 2018/07/28 14:40:43 brook Exp $
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/evaluate/
|
|
COMMENT= Parsing and evaluation tools
|
|
# TODO: LICENSE= GPL
|
|
|
|
R_PKGNAME= evaluate
|
|
R_PKGVER= 0.10.1
|
|
|
|
DEPENDS+= R-stringr>=0.6.2:../../textproc/R-stringr
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|