mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
25 lines
578 B
Makefile
25 lines
578 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httpuv
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 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= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp
|
|
|
|
MAKE_ENV= MAKE=${MAKE_CMD}
|
|
USES= cran:auto-plist gmake
|
|
|
|
.include <bsd.port.mk>
|