- Fix LICENSE

- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-06-20 09:37:11 +00:00
parent 661683b9cf
commit 66a18ca29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472861
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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/