blob: 8202c5d7255fa8c21bec05f70dbe5fbc36f33508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= pROC
PORTVERSION= 1.17.0.1
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Display and Analyze ROC Curves
LICENSE= GPLv3
CRAN_DEPENDS= R-cran-plyr>0:devel/R-cran-plyr \
R-cran-Rcpp>=0.11.1:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|