freebsd-ports/devel/websocketpp/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

17 lines
285 B
Makefile

# $FreeBSD$
PORTNAME= websocketpp
PORTVERSION= 0.4.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
.include <bsd.port.mk>