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

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

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

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>