freebsd-ports/math/R-cran-quantreg/Makefile
2020-07-11 18:47:32 +00:00

22 lines
490 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantreg
PORTVERSION= 5.61
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Quantile Regression
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-SparseM>0:math/R-cran-SparseM \
R-cran-MatrixModels>0:math/R-cran-MatrixModels \
R-cran-conquer>0:math/R-cran-conquer
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>