1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/math/R-cran-mvtnorm/Makefile
Brendan Fabeny 1b81841d48 Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports

Reviewed by:	pfg, thierry, tota
2013-11-13 08:19:34 +00:00

18 lines
343 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= mvtnorm
PORTVERSION= 0.9.96
PORTREVISION= 13
CATEGORIES= math
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
MAINTAINER= wen@FreeBSD.org
COMMENT= Multivariate Normal and t Distributions
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>