- Fix LICENSE
- Update WWW Approved by: portmgr blanket
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue