mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
14 lines
275 B
Makefile
14 lines
275 B
Makefile
PORTNAME= mcmc
|
|
DISTVERSION= 0.9-8
|
|
CATEGORIES= math
|
|
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= Markov Chain Monte Carlo
|
|
WWW= https://cran.r-project.org/web/packages/mcmc/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cran:compiles,auto-plist
|
|
|
|
.include <bsd.port.mk>
|