aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-mvtnorm/Makefile
blob: f69f52e9bb015ab878633ffe32065e399c742b6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>