aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:18:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:11 +0000
commitc05f8d46708bbfc5431f47a92cbec3d01215475f (patch)
treea3706705c36446c016e9d0fd00045e34117b1ed6
parent83eb1ecaf1acc8f63526e85d44a9565d39ad18e5 (diff)
downloadports-c05f8d46708bbfc5431f47a92cbec3d01215475f.tar.gz
ports-c05f8d46708bbfc5431f47a92cbec3d01215475f.zip
www/py-tornado4: Add LICENSE_FILE
-rw-r--r--www/py-tornado4/Makefile1
1 files changed, 1 insertions, 0 deletions
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}