mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
a33191366c
Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
24 lines
562 B
Makefile
24 lines
562 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httpuv
|
|
PORTVERSION= 1.3.0
|
|
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>
|