mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
7844e60213
Reported by: portscout
18 lines
382 B
Makefile
18 lines
382 B
Makefile
PORTNAME= quantreg
|
|
PORTVERSION= 5.98
|
|
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>
|