aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-quantreg/Makefile
blob: 68b279454fe12b1cb7ca20c5b340955f70ad63dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	quantreg
PORTVERSION=	6.1
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Quantile Regression
WWW=		https://cran.r-project.org/web/packages/quantreg/

LICENSE=	GPLv2+

RUN_DEPENDS=	R-cran-MatrixModels>0:math/R-cran-MatrixModels \
		R-cran-SparseM>0:math/R-cran-SparseM

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>