freebsd-ports/www/uwebsockets/Makefile
Yuri Victorovich 966e1e7b71 www/uwebsockets: Update 18.5.0 -> 18.6.0
Reported by:	portscout
2020-06-24 15:39:36 +00:00

24 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= uwebsockets
DISTVERSIONPREFIX= v
DISTVERSION= 18.6.0
CATEGORIES= www devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ Web I/O library for the most demanding of applications
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= usockets>0:net/usockets
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= uNetworking
GH_PROJECT= uWebSockets
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>