freebsd-ports/math/R-cran-quantreg/Makefile
TAKATSU Tomonari fa1b5ee19f - Update to 5.29
- Add "compiles" argument to USES=cran
2016-09-10 07:11:31 +00:00

21 lines
449 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= quantreg
PORTVERSION= 5.29
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
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>