aboutsummaryrefslogtreecommitdiffstats
path: root/www/R-cran-httpuv/Makefile
blob: 9cd844d81a0913a82bcbbb32588d6546d43d4984 (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>
# $FreeBSD$

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

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

LICENSE=    GPLv3 NODE
LICENSE_COMB=   multi
LICENSE_NAME_NODE=  Node's license
LICENSE_FILE_NODE=  ${WRKSRC}/LICENSE
LICENSE_PERMS_NODE= auto-accept

RUN_DEPENDS=    R-cran-Rcpp>=0.10.2:${PORTSDIR}/devel/R-cran-Rcpp

MAKE_ENV=   MAKE=${GMAKE}
USES=       cran:auto-plist gmake

.include <bsd.port.mk>