1b39ef4f74
Provides functions used to build R packages. Locates compilers needed to build R packages on various platforms and ensures the PATH is configured appropriately so R can use them.
22 lines
646 B
Makefile
22 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/08/09 19:06:46 brook Exp $
|
|
|
|
R_PKGNAME= pkgbuild
|
|
R_PKGVER= 1.0.4
|
|
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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|