git: b362b8dd9fa4 - main - x11-toolkits/rubygem-tk: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Nov 2025 16:43:06 UTC
The branch main has been updated by sunpoet:

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

commit b362b8dd9fa4eb0452bb171771cba83a0cd8c50d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:27:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:32:44 +0000

    x11-toolkits/rubygem-tk: Add LICENSE_FILE
---
 x11-toolkits/rubygem-tk/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/x11-toolkits/rubygem-tk/Makefile b/x11-toolkits/rubygem-tk/Makefile
index 3b37d02c2216..966331603439 100644
--- a/x11-toolkits/rubygem-tk/Makefile
+++ b/x11-toolkits/rubygem-tk/Makefile
@@ -8,6 +8,8 @@ COMMENT=	Ruby interface to TclTk-8.6
 WWW=		https://github.com/ruby/tk
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE.txt
 
 CONFIGURE_ARGS=--with-tcltkversion=8.6,8.6 \
 		--with-tk-include=${LOCALBASE}/include/tk8.6 \