1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/websocketpp/Makefile
2016-10-12 15:35:41 +00:00

19 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= websocketpp
PORTVERSION= 0.7.0
CATEGORIES= devel
MAINTAINER= arved@FreeBSD.org
COMMENT= Header only implementation of the WebSocket protocol
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= zaphoyd
USES= cmake
NO_ARCH= yes
.include <bsd.port.mk>