affd713b96
- Update LICENSE
18 lines
356 B
Makefile
18 lines
356 B
Makefile
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= httpuv
|
|
PORTVERSION= 1.3.5
|
|
CATEGORIES= www
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
COMMENT= HTTP and WebSocket server library for R
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp
|
|
|
|
USES= cran:auto-plist,compiles
|
|
|
|
.include <bsd.port.mk>
|