1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/science/R-cran-Epi/Makefile
2017-08-28 11:50:57 +00:00

26 lines
621 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= Epi
PORTVERSION= 2.19
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-plyr>0:devel/R-cran-plyr \
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>