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