mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
9920d3ae65
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
27 lines
690 B
Makefile
27 lines
690 B
Makefile
# Created by: David Naylor <naylor.b.david@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= car
|
|
DISTVERSION= 2.1-4
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= dbn@FreeBSD.org
|
|
COMMENT= Companion to Applied Regression
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
RUN_DEPENDS= R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \
|
|
R-cran-quantreg>0:math/R-cran-quantreg
|
|
TEST_DEPENDS= R-cran-lmtest>0:finance/R-cran-lmtest \
|
|
R-cran-MatrixModels>0:math/R-cran-MatrixModels \
|
|
R-cran-SparseM>0:math/R-cran-SparseM \
|
|
R-cran-lme4>0:math/R-cran-lme4 \
|
|
R-cran-nloptr>0:math/R-cran-nloptr \
|
|
R-cran-sandwich>0:math/R-cran-sandwich \
|
|
R-cran-survey>0:math/R-cran-survey
|
|
|
|
USES= cran:auto-plist
|
|
|
|
.include <bsd.port.mk>
|