blob: 64b80c4516d20b141319b1141f3c4a5009d80e4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= collapse
PORTVERSION= 1.8.8
PORTREVISION= 1
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Advanced and Fast Data Transformation
WWW= https://cran.r-project.org/web/packages/collapse/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=1.0.1:devel/R-cran-Rcpp
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|