aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-httpuv/Makefile
blob: 81a25a9d71e0e5a5f4003756b59aae9f7d0e1621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>

PORTNAME=	httpuv
PORTVERSION=	1.5.5
CATEGORIES=	www
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	HTTP and WebSocket server library for R

LICENSE=	GPLv2+

CRAN_DEPENDS=	R-cran-Rcpp>=0.11.0: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 \
		R-cran-BH>0:devel/R-cran-BH
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=		cran:auto-plist,compiles

.include <bsd.port.mk>