opnsense-ports/math/R-cran-quantreg/Makefile
Franco Fichtner 2cf10371ba */*: sync with upstream
Taken from: FreeBSD
2016-06-11 06:56:58 +02:00

19 lines
379 B
Makefile

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