git: 882870da72a8 - main - www/rubygem-protocol-websocket: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:36:48 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=882870da72a8590b106d6d251ca3c8df84dc809c

commit 882870da72a8590b106d6d251ca3c8df84dc809c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:28:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:18:18 +0000

    www/rubygem-protocol-websocket: Add LICENSE_FILE
    
    - Update WWW
---
 www/rubygem-protocol-websocket/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/rubygem-protocol-websocket/Makefile b/www/rubygem-protocol-websocket/Makefile
index 81b5d7f0de9a..a7cadb2245bc 100644
--- a/www/rubygem-protocol-websocket/Makefile
+++ b/www/rubygem-protocol-websocket/Makefile
@@ -5,9 +5,11 @@ MASTER_SITES=	RG
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Low-level implementation of the WebSocket protocol
-WWW=		https://github.com/socketry/protocol-websocket
+WWW=		https://socketry.github.io/protocol-websocket/ \
+		https://github.com/socketry/protocol-websocket
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/license.md
 
 RUN_DEPENDS=	rubygem-protocol-http>=0.2<1:www/rubygem-protocol-http