opnsense-ports/math/R-cran-quantreg/Makefile
Franco Fichtner 50a668de8a */*: sync with upstream
Taken from: FreeBSD
2023-05-12 12:51:47 +02:00

19 lines
443 B
Makefile

PORTNAME= quantreg
PORTVERSION= 5.95
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantile Regression
WWW= https://cran.r-project.org/web/packages/quantreg/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-MatrixModels>0:math/R-cran-MatrixModels \
R-cran-SparseM>0:math/R-cran-SparseM
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>