git: d19bcaeb83c5 - main - print/py-vharfbuzz: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:31:02 UTC
The branch main has been updated by sunpoet:

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

commit d19bcaeb83c507a58c492cfd6d8d441804523388
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:09 +0000

    print/py-vharfbuzz: Add LICENSE_FILE
---
 print/py-vharfbuzz/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/print/py-vharfbuzz/Makefile b/print/py-vharfbuzz/Makefile
index 719f0e3ec69c..e7ae9130e4b3 100644
--- a/print/py-vharfbuzz/Makefile
+++ b/print/py-vharfbuzz/Makefile
@@ -10,6 +10,7 @@ COMMENT=	User-friendlier way to use Harfbuzz in Python
 WWW=		https://github.com/simoncozens/vharfbuzz
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}