freebsd-ports/math/R-cran-car/Makefile
David Naylor cbba43df39 math/R-cran-car: updated to version 2.1-4
- updated comment to align with CRAN package
 - updated license to align with CRAN package
 - add new test dependencies:
   - math/R-cran-MatrixModels
   - math/R-cran-SparseM
   - math/R-cran-lme4
   - math/R-cran-nloptr
   - math/R-cran-survey
 - set NO_ARCH as port does not compile

Generated by:	portcran (0.1.3)
2016-12-20 09:56:19 +00:00

28 lines
704 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
NO_ARCH= yes
.include <bsd.port.mk>