git: 6173009bab50 - main - devel/py-tartiflette-aiohttp: Add LICENSE_FILE

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

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

commit 6173009bab507c47fbf38acaad927cef99c542c2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:07 +0000

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

diff --git a/devel/py-tartiflette-aiohttp/Makefile b/devel/py-tartiflette-aiohttp/Makefile
index ccdbfb5d916f..8e104540dc77 100644
--- a/devel/py-tartiflette-aiohttp/Makefile
+++ b/devel/py-tartiflette-aiohttp/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Run Tartiflette GraphQL Engine through aiohttp
 WWW=		https://github.com/tartiflette/tartiflette-aiohttp
 
 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}