mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
18 lines
381 B
Makefile
18 lines
381 B
Makefile
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>
|