blob: fbb55e0a6fe34ecad828cbe84b6bc0c3afd51abc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= httpuv
PORTVERSION= 1.6.6
PORTREVISION= 1
CATEGORIES= www
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= HTTP and WebSocket server library for R
WWW= https://cran.r-project.org/web/packages/httpuv/
LICENSE= GPLv2+
CRAN_DEPENDS= R-cran-Rcpp>=1.0.7:devel/R-cran-Rcpp \
R-cran-R6>0:devel/R-cran-R6 \
R-cran-promises>0:devel/R-cran-promises \
R-cran-later>=0.8.0:devel/R-cran-later
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles
.include <bsd.port.mk>
|