opnsense-ports/math/R-cran-robustbase/Makefile
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

18 lines
404 B
Makefile

PORTNAME= robustbase
DISTVERSION= 0.99-0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Basic Robust Statistics
WWW= https://cran.r-project.org/web/packages/robustbase/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-DEoptimR>0:math/R-cran-DEoptimR
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>