git: c05f8d46708b - main - www/py-tornado4: Add LICENSE_FILE

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

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

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

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

diff --git a/www/py-tornado4/Makefile b/www/py-tornado4/Makefile
index 159c2fd1d963..a44dc6d39e09 100644
--- a/www/py-tornado4/Makefile
+++ b/www/py-tornado4/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Python Web Server from FriendFeed
 WWW=		https://www.tornadoweb.org/
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}