git: 9837a1a24ee2 - main - www/rubygem-protocol-hpack: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:36:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9837a1a24ee2e0d5f54c11c7ee727ed24cd89d56 commit 9837a1a24ee2e0d5f54c11c7ee727ed24cd89d56 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:28:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:18:17 +0000 www/rubygem-protocol-hpack: Add LICENSE_FILE - Update WWW --- www/rubygem-protocol-hpack/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/rubygem-protocol-hpack/Makefile b/www/rubygem-protocol-hpack/Makefile index 8e05c618e4d9..845b3a842566 100644 --- a/www/rubygem-protocol-hpack/Makefile +++ b/www/rubygem-protocol-hpack/Makefile @@ -5,9 +5,11 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compresssor and decompressor for HTTP 2.0 HPACK -WWW= https://github.com/socketry/protocol-hpack +WWW= https://socketry.github.io/protocol-hpack/ \ + https://github.com/socketry/protocol-hpack LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/license.md USES= gem