freebsd-ports/math/R-cran-dplyr/Makefile
David Naylor 9920d3ae65 qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,

Changes to ports:
 - Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
   removed.
 - Ports that have elf(5) payloads have had those files added to
   NO_ARCH_IGNORE.
 - R-cran ports that do not set USES=cran:compiles have NO_ARCH set,

PR:		218976
Reviewed by:	antoine, mat
Approved by:	portmgr
2017-06-18 18:09:16 +00:00

27 lines
679 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= dplyr
PORTREVISION= 1
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,compiles
.include <bsd.port.mk>