# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/math/R-cran-dplyr/Makefile 417638 2016-06-27 07:51:57Z wen $

PORTNAME=	dplyr
DISTVERSION=	0.5.0
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${DISTVERSION}

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

LICENSE=	MIT

BUILD_DEPENDS=	R-cran-Rcpp>=0.11:devel/R-cran-Rcpp \
		R-cran-BH>=1.58.0.1:devel/R-cran-BH \
		R-cran-R6>=0:devel/R-cran-R6 \
		R-cran-DBI>=0.3:databases/R-cran-DBI \
		R-cran-magrittr>=0:devel/R-cran-magrittr \
		R-cran-lazyeval>=0.1.10:math/R-cran-lazyeval \
		R-cran-tibble>=0:devel/R-cran-tibble \
		R-cran-assertthat>=0:math/R-cran-assertthat
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>
