aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:18:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:11 +0000
commitbc748f4462acf00ee67b5ba4491f828022b7d8c0 (patch)
tree2fcb66fb9486b2ae7b1a06b4dfd6111f244ebb49
parent308d0f6323af618af2069b709f7037c437094f3a (diff)
downloadports-bc748f4462acf00ee67b5ba4491f828022b7d8c0.tar.gz
ports-bc748f4462acf00ee67b5ba4491f828022b7d8c0.zip
www/py-bleach: Add LICENSE_FILE
-rw-r--r--www/py-bleach/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile
index 142a8221bf42..072d2c7032ea 100644
--- a/www/py-bleach/Makefile
+++ b/www/py-bleach/Makefile
@@ -11,6 +11,7 @@ WWW= https://bleach.readthedocs.io/en/latest/ \
https://github.com/mozilla/bleach
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}