aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-mvtnorm/Makefile
blob: 79b9ce6f7c2488fd05bcf6b4a8faa721b690005a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    R-cran-mvtnorm
# Date created:             March 08, 2011
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   mvtnorm
PORTVERSION=    0.9.96
PORTREVISION=   2
CATEGORIES= math
PKGNAMEPREFIX=  R-cran-
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

.include <bsd.port.mk>