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

PORTNAME=   car
DISTVERSION=    2.1-0
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:${PORTSDIR}/math/R-cran-pbkrtest \
        R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg

USES=   cran:auto-plist

.include <bsd.port.mk>