aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-dplyr/Makefile
blob: 44eeb4bce4ffee5001cbbb3328a59ecd36d6b647 (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
25
26
27
28
29
30
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   dplyr
DISTVERSION=    0.8.5
PORTREVISION=   1
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Grammar of Data Manipulation

LICENSE=    MIT

BUILD_DEPENDS=  R-cran-assertthat>=0.2.0:math/R-cran-assertthat \
        R-cran-glue>=1.3.0:devel/R-cran-glue \
        R-cran-magrittr>=1.5:devel/R-cran-magrittr \
        R-cran-pkgconfig>0:devel/R-cran-pkgconfig \
        R-cran-R6>0:devel/R-cran-R6 \
        R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp \
        R-cran-rlang>=0.4.0:devel/R-cran-rlang \
        R-cran-tibble>=2.0.0:devel/R-cran-tibble \
        R-cran-tidyselect>=0.2.5:devel/R-cran-tidyselect \
        R-cran-BH>0:devel/R-cran-BH \
        R-cran-plogr>=0.2.0:devel/R-cran-plogr
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       cran:auto-plist,compiles

.include <bsd.port.mk>