aboutsummaryrefslogtreecommitdiff
path: root/science/R-cran-Epi/Makefile
blob: fcaa956aa5a0da349cf27cb49b5d8b4c4be1cf7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	Epi
PORTVERSION=	2.44
CATEGORIES=	science
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Package for statistical analysis in epidemiology

LICENSE=	GPLv2

CRAN_DEPENDS=	R-cran-cmprsk>0:science/R-cran-cmprsk \
		R-cran-etm>0:science/R-cran-etm \
		R-cran-purrr>0:devel/R-cran-purrr \
		R-cran-plyr>0:devel/R-cran-plyr \
		R-cran-dplyr>0:math/R-cran-dplyr \
		R-cran-numDeriv>0:math/R-cran-numDeriv \
		R-cran-data.table>0:devel/R-cran-data.table \
		R-cran-zoo>0:math/R-cran-zoo
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>