83c5592ec5
httpuv 1.6.5 ============ * Added support for R on Windows UCRT. (#324) * When using a system-wide copy of libuv, httpuv will now compile using the system-wide headers for libuv, instead of the local copy of the libuv headers. (#327) httpuv 1.6.4 ============ * Added zlib to SystemRequirements in DESCRIPTION file. (#315) * Closed #280: Fix builds on Alpine Linux (and other versions which have automake >1.16.1). (#319)
27 lines
812 B
Makefile
27 lines
812 B
Makefile
# $NetBSD: Makefile,v 1.9 2022/04/30 01:16:18 mef Exp $
|
|
|
|
R_PKGNAME= httpuv
|
|
R_PKGVER= 1.6.5
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= HTTP and WebSocket server library
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= R-BH>=1.69.0.1:../../devel/R-BH
|
|
DEPENDS+= R-R6>=2.4.0:../../devel/R-R6
|
|
DEPENDS+= R-promises>=1.0.1:../../parallel/R-promises
|
|
|
|
# Package suggested but not available: 'websocket'
|
|
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
|
|
TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
|
|
|
|
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 "../../devel/libuv/buildlink3.mk"
|
|
.include "../../sysutils/R-later/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|