mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
22 lines
581 B
Makefile
22 lines
581 B
Makefile
PORTNAME= progressr
|
|
DISTVERSION= 0.15.1
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= eduardo@FreeBSD.org
|
|
COMMENT= Inclusive, Unifying API for Progress Updates
|
|
WWW= https://cran.r-project.org/web/packages/progressr/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
|
|
R-cran-progress>0:devel/R-cran-progress
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
TEST_DEPENDS= R-cran-cli>0:devel/R-cran-cli \
|
|
R-cran-future>0:devel/R-cran-future \
|
|
R-cran-shiny>0:www/R-cran-shiny
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|