freebsd-ports/devel/R-cran-future/Makefile
Nuno Teixeira 974c6f5298 devel/R-cran-future: Update to 1.33.0
- Switch to DISTVERSION
- Take maintainership

ChangeLog: https://cran.r-project.org/web/packages/future/news/news.html
2023-07-06 09:53:16 +01:00

21 lines
579 B
Makefile

PORTNAME= future
DISTVERSION= 1.33.0
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Unified Parallel and Distributed Processing in R for Everyone
WWW= https://cran.r-project.org/web/packages/future/
LICENSE= LGPL21+
CRAN_DEPENDS= R-cran-digest>0:security/R-cran-digest \
R-cran-globals>=0.16.1:devel/R-cran-globals \
R-cran-listenv>=0.8.0:devel/R-cran-listenv \
R-cran-parallelly>=1.34.0:devel/R-cran-parallelly
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>