File:  [cvs.NetBSD.org] / pkgsrc / devel / R-pak / Makefile
Revision 1.8: download - view: text, annotated - select for diffs
Thu May 16 06:14:44 2024 UTC (11 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: HEAD
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

# $NetBSD: Makefile,v 1.8 2024/05/16 06:14:44 wiz Exp $

R_PKGNAME=	pak
R_PKGVER=	0.7.1
PKGREVISION=	1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Another Approach to Package Installation
LICENSE=	gnu-gpl-v3

DEPENDS+=	R-base64enc>=0.1.3:../../converters/R-base64enc
DEPENDS+=	R-assertthat>=0.2.1:../../devel/R-assertthat
DEPENDS+=	R-callr>=3.0.0.9002:../../devel/R-callr
DEPENDS+=	R-cli>=1.0.0:../../devel/R-cli
DEPENDS+=	R-cliapp>=0.0.0.9002:../../devel/R-cliapp
DEPENDS+=	R-crayon>=1.3.4:../../devel/R-crayon
DEPENDS+=	R-desc>=1.2.0:../../devel/R-desc
DEPENDS+=	R-glue>=1.3.0:../../devel/R-glue
DEPENDS+=	R-lpSolve-[0-9]*:../../devel/R-lpSolve
DEPENDS+=	R-pkgbuild>=1.0.2:../../devel/R-pkgbuild
DEPENDS+=	R-rematch2>=2.1.2:../../devel/R-rematch2
DEPENDS+=	R-rprojroot>=1.3.2:../../devel/R-rprojroot
DEPENDS+=	R-pkgcache-[0-9]*:../../devel/R-pkgcache
DEPENDS+=	R-prettyunits>=1.0.2:../../math/R-prettyunits
DEPENDS+=	R-tibble>=2.1.3:../../math/R-tibble
DEPENDS+=	R-processx>=3.8.2:../../sysutils/R-processx
DEPENDS+=	R-ps>=1.3.0:../../sysutils/R-ps
DEPENDS+=	R-jsonlite>=1.7.1:../../textproc/R-jsonlite
DEPENDS+=	R-curl>=3.2:../../www/R-curl

# Packages suggested but not available:
#  'pkgdepends', 'pkgsearch'
TEST_DEPENDS+=	R-covr-[0-9]*:../../devel/R-covr
TEST_DEPENDS+=	R-gitcreds-[0-9]*:../../security/R-gitcreds
TEST_DEPENDS+=	R-mockery-[0-9]*:../../devel/R-mockery
TEST_DEPENDS+=	R-pingr-[0-9]*:../../net/R-pingr
TEST_DEPENDS+=	R-rstudioapi-[0-9]*:../../math/R-rstudioapi
TEST_DEPENDS+=	R-testthat-[0-9]*:../../devel/R-testthat

USE_LANGUAGES=	c

REPLACE_R+=	src/library/cli/inst/examples/apps/*.R
REPLACE_R+=	src/library/cli/exec/*.R

.include "../../math/R/Makefile.extension"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>