aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-quantreg/Makefile
blob: 52744b9220ab6e791d342b39bff0780a6b5ea6b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=   quantreg
PORTVERSION=    5.42
CATEGORIES= math
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= tota@FreeBSD.org
COMMENT=    Quantile Regression

LICENSE=    GPLv2+

CRAN_DEPENDS=   R-cran-SparseM>0:math/R-cran-SparseM \
        R-cran-MatrixModels>0:math/R-cran-MatrixModels
BUILD_DEPENDS=  ${CRAN_DEPENDS}
RUN_DEPENDS=    ${CRAN_DEPENDS}

USES=   cran:auto-plist,compiles

.include <bsd.port.mk>