git: 82b91e5b5eb5 - main - devel/py-grpc-stubs: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 13 Apr 2024 09:32:24 UTC
The branch main has been updated by sunpoet:

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

commit 82b91e5b5eb5f1d6aab3b5e1ef642012e650ac0e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:29:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:38 +0000

    devel/py-grpc-stubs: Add LICENSE_FILE
---
 devel/py-grpc-stubs/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/py-grpc-stubs/Makefile b/devel/py-grpc-stubs/Makefile
index a93e200fcfb7..9dd08eb62916 100644
--- a/devel/py-grpc-stubs/Makefile
+++ b/devel/py-grpc-stubs/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Mypy stubs for gRPC
 WWW=		https://github.com/shabbyrobe/grpc-stubs
 
 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}