aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-promises/Makefile
blob: d592ae81bf2ca97f296b48affc2d0529af6c7550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	promises
PORTVERSION=	1.1.1
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Abstractions for Promise-Based Asynchronous Programming

LICENSE=	MIT

USES=		cran:auto-plist,compiles

CRAN_DEPENDS=	R-cran-R6>0:devel/R-cran-R6 \
		R-cran-Rcpp>0:devel/R-cran-Rcpp \
		R-cran-later>0:devel/R-cran-later \
		R-cran-rlang>0:devel/R-cran-rlang \
		R-cran-magrittr>0:devel/R-cran-magrittr
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

.include <bsd.port.mk>