pkgsrc/www/R-httpuv/Makefile
brook 2a7aa79dc0 R-httpuv: initial commit
Provides low-level socket and protocol support for handling HTTP and
WebSocket requests directly from within R. It is primarily intended as
a building block for other packages, rather than making it
particularly easy to create complete web applications using httpuv
alone. httpuv is built on top of the libuv and http-parser C
libraries, both of which were developed by Joyent, Inc. (See LICENSE
file for libuv and http-parser license information.)
2019-08-09 20:26:46 +00:00

20 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/08/09 20:26:46 brook Exp $
R_PKGNAME= httpuv
R_PKGVER= 1.5.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= HTTP and WebSocket server library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-promises>=1.0.1:../../parallel/R-promises
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../devel/R-Rcpp/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../sysutils/R-later/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"