aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-car/Makefile
blob: 7e234164983645244c5de6089027d6fce6f99e07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$

PORTNAME=   car
DISTVERSION=    2.1-3
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${DISTVERSION}

MAINTAINER= dbn@FreeBSD.org
COMMENT=    Companion to Applied Regression for R

LICENSE=    GPLv2 GPLv3
LICENSE_COMB=   dual

RUN_DEPENDS=    R-cran-pbkrtest>=0.3.2:math/R-cran-pbkrtest \
        R-cran-quantreg>0:math/R-cran-quantreg
TEST_DEPENDS=   R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \
        R-cran-sandwich>0:math/R-cran-sandwich

USES=       cran:auto-plist

.include <bsd.port.mk>