aboutsummaryrefslogtreecommitdiffstats
path: root/devel/R-cran-later/Makefile
blob: 1b4915427960d70628721197d75115efd45d83d8 (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
24
PORTNAME=	later
DISTVERSION=	1.4.2
CATEGORIES=	devel
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	uzsolt@FreeBSD.org
COMMENT=	Utilities for Delaying Function Execution
WWW=		https://cran.r-project.org/package=later

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

CRAN_DEPENDS=	R-cran-Rcpp>=0.12.9:devel/R-cran-Rcpp \
		R-cran-rlang>0:devel/R-cran-rlang
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}
TEST_DEPENDS=	R-cran-knitr>0:print/R-cran-knitr \
		R-cran-R6>0:devel/R-cran-R6 \
		R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \
		R-cran-testthat>=2.1.0:devel/R-cran-testthat

USES=		compiler:c++17-lang cran:auto-plist,compiles

.include <bsd.port.mk>