freebsd-ports/math/R-cran-pbkrtest/Makefile
2016-01-24 12:33:30 +00:00

18 lines
401 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= pbkrtest
DISTVERSION= 0.4-5
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Parametric bootstrap and Kenward-Roger-based methods for mixed model comparison
LICENSE= GPLv2+
RUN_DEPENDS= R-cran-lme4>=1.1.10:${PORTSDIR}/math/R-cran-lme4
USES= cran:auto-plist
.include <bsd.port.mk>