pkgsrc/math/R-mvtnorm/Makefile
markd 436cf5d410 Initial import R-mvtnorm 0.7.2
Computes the multivariate normal and t distribution
2006-07-02 13:09:22 +00:00

15 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:09:22 markd Exp $
#
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${R_HOMEPAGE_BASE}/mvtnorm.html
COMMENT= Computes the multivariate normal and t distribution
R_PKGNAME= mvtnorm
R_PKGVER= 0.7-2
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"