fd1f6c4b7e
(pkgsrc) USE_LANGUAGES= c added resulting 'make test' pass with only one WARNING (upstream) # pkgbuild 1.0.6 * Support for RTools 40 and custom msys2 toolchains that are explicitly set using the `CC` Makevars (#40). # pkgbuild 1.0.5 * `check_build_tools()` gains a `quiet` argument, to control when the message is displayed. The message is no longer displayed when `check_build_tools()` is called internally by pkgbuild functions. (#83)
23 lines
660 B
Makefile
23 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/02/11 00:00:16 mef Exp $
|
|
|
|
R_PKGNAME= pkgbuild
|
|
R_PKGVER= 1.0.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Find tools needed to build R packages
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= R-callr>=3.2.0:../../devel/R-callr
|
|
DEPENDS+= R-cli>=1.1.0:../../devel/R-cli
|
|
DEPENDS+= R-crayon>=1.3.4:../../devel/R-crayon
|
|
DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
|
|
DEPENDS+= R-rprojroot>=1.3.2:../../devel/R-rprojroot
|
|
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr
|
|
DEPENDS+= R-prettyunits>=1.0.2:../../math/R-prettyunits
|
|
|
|
# need for make test
|
|
USE_LANGUAGES= c
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|