1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/math/R-cran-quantreg/Makefile
TAKATSU Tomonari 7844e60213 math/R-cran-quantreg: Update to 5.98
Reported by:	portscout
2024-05-31 23:02:33 +00:00

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>