b3368cd662
Upstream changes: Version 1.0 2015-02-10 Convert rngs to real function in accordance with pan Cast rangen explicitly as real Revise DESCRIPTION and remove .Rinstignore
18 lines
410 B
Makefile
18 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/05/31 13:01:35 wen Exp $
|
|
#
|
|
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${R_HOMEPAGE_BASE}/lmm/
|
|
COMMENT= Improved procedures for linear mixed models with R
|
|
# LICENSE= file LICENSE
|
|
|
|
R_PKGNAME= lmm
|
|
R_PKGVER= 1.0
|
|
|
|
USE_LANGUAGES+= c fortran
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|