# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_1_0/finance/R-cran-plm/Makefile 428700 2016-12-17 05:15:19Z tota $

PORTNAME=	plm
DISTVERSION=	1.6-5
CATEGORIES=	finance
DISTNAME=	${PORTNAME}_${DISTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Linear Models for Panel Data

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-Formula>=0.2.0:math/R-cran-Formula \
		R-cran-bdsmatrix>0:math/R-cran-bdsmatrix \
		R-cran-zoo>0:math/R-cran-zoo \
		R-cran-sandwich>0:math/R-cran-sandwich \
		R-cran-car>0:math/R-cran-car \
		R-cran-lmtest>0:finance/R-cran-lmtest
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist

.include <bsd.port.mk>
