diff options
-rw-r--r-- | devel/websocketpp/Makefile | 3 | ||||
-rw-r--r-- | devel/websocketpp/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/websocketpp/Makefile b/devel/websocketpp/Makefile index 9366bea68841..539c364ce979 100644 --- a/devel/websocketpp/Makefile +++ b/devel/websocketpp/Makefile @@ -7,7 +7,8 @@ CATEGORIES= devel MAINTAINER= arved@FreeBSD.org COMMENT= Header only implementation of the WebSocket protocol -LICENSE= MIT +LICENSE= MIT BSD3CLAUSE ZLIB +LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes diff --git a/devel/websocketpp/pkg-descr b/devel/websocketpp/pkg-descr index ebe799c6c5d2..77956ba22bf3 100644 --- a/devel/websocketpp/pkg-descr +++ b/devel/websocketpp/pkg-descr @@ -5,4 +5,4 @@ It allows integrating WebSocket client and server functionality into C++ programs. It uses interchangable network transport modules including one based on C++ iostreams and one based on Boost Asio. -WWW: http://www.zaphoyd.com/websocketpp/ +WWW: https://www.zaphoyd.com/websocketpp/ |