git: ca52048427f9 - main - devel/rubygem-console: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 25 Sep 2024 04:26:47 UTC
The branch main has been updated by sunpoet:

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

commit ca52048427f9fb4927216dc0ff05800c26697b1d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-25 04:15:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-25 04:22:44 +0000

    devel/rubygem-console: Add LICENSE_FILE
---
 devel/rubygem-console/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/rubygem-console/Makefile b/devel/rubygem-console/Makefile
index cb459e5c5c13..50b61fb0fa5b 100644
--- a/devel/rubygem-console/Makefile
+++ b/devel/rubygem-console/Makefile
@@ -9,6 +9,7 @@ WWW=		https://socketry.github.io/console/ \
 		https://github.com/socketry/console
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/license.md
 
 RUN_DEPENDS=	rubygem-fiber-annotation>=0:devel/rubygem-fiber-annotation \
 		rubygem-fiber-local>=1.1<2:devel/rubygem-fiber-local \