git: c17b23138518 - main - www/py-tornado5: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:31:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c17b23138518417c284d786615072cbe82c55854 commit c17b23138518417c284d786615072cbe82c55854 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:19:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:12 +0000 www/py-tornado5: Add LICENSE_FILE --- www/py-tornado5/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/py-tornado5/Makefile b/www/py-tornado5/Makefile index 22986a129376..146dbbc8f27b 100644 --- a/www/py-tornado5/Makefile +++ b/www/py-tornado5/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}