mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/R-cran-brio devel/R-cran-callr devel/R-cran-covr devel/R-cran-crayon devel/R-cran-cyclocomp devel/R-cran-desc devel/R-cran-diffobj devel/R-cran-ini devel/R-cran-lintr devel/R-cran-pkgbuild devel/R-cran-pkgload devel/R-cran-prettycode devel/R-cran-rappdirs devel/R-cran-rematch2 devel/R-cran-remotes devel/R-cran-rversions devel/R-cran-sessioninfo devel/R-cran-waldo devel/R-cran-whisker graphics/R-cran-jpeg math/R-cran-date math/R-cran-intervals security/R-cran-gitcreds sysutils/R-cran-fs sysutils/R-cran-processx sysutils/R-cran-xopen textproc/R-cran-hunspell textproc/R-cran-rex textproc/R-cran-xmlparsedata www/R-cran-gh www/R-cran-webshot
25 lines
684 B
Makefile
25 lines
684 B
Makefile
PORTNAME= processx
|
|
DISTVERSION= 3.8.2
|
|
CATEGORIES= sysutils
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= uzsolt@FreeBSD.org
|
|
COMMENT= Execute and Control System Processes
|
|
WWW= https://processx.r-lib.org
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
|
|
R-cran-ps>=1.2.0:sysutils/R-cran-ps
|
|
TEST_DEPENDS= R-cran-callr>=3.7.3:devel/R-cran-callr \
|
|
R-cran-cli>=3.3.0:devel/R-cran-cli \
|
|
R-cran-covr>0:devel/R-cran-covr \
|
|
R-cran-rlang>=1.0.2:devel/R-cran-rlang \
|
|
R-cran-testthat>=3.0.0:devel/R-cran-testthat \
|
|
R-cran-withr>0:devel/R-cran-withr \
|
|
R-cran-curl>0:ftp/R-cran-curl
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|