21 lines
439 B
Makefile
21 lines
439 B
Makefile
# 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= 3
|
|
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>
|