freebsd-ports/math/R-cran-MCMCpack/Makefile
2023-04-23 09:09:58 +00:00

21 lines
499 B
Makefile

PORTNAME= MCMCpack
DISTVERSION= 1.6-3
PORTREVISION= 1
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Markov chain Monte Carlo Package
WWW= https://cran.r-project.org/web/packages/MCMCpack/
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-coda>=0.11.3:math/R-cran-coda \
R-cran-mcmc>0:math/R-cran-mcmc \
R-cran-quantreg>0:math/R-cran-quantreg
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>