freebsd-ports/www/R-cran-httpuv/Makefile
TAKATSU Tomonari affd713b96 - Update to 1.3.5
- Update LICENSE
2017-07-06 05:03:56 +00:00

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>