18 lines
419 B
Makefile
18 lines
419 B
Makefile
PORTNAME= future.apply
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= devel
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Apply Function to Elements in Parallel using Futures
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
CRAN_DEPENDS= R-cran-future>=1.22.1:devel/R-cran-future \
|
|
R-cran-globals>=0.14.0:devel/R-cran-globals
|
|
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
|
RUN_DEPENDS= ${CRAN_DEPENDS}
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|