git: bc748f4462ac - main - www/py-bleach: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:31:10 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc748f4462acf00ee67b5ba4491f828022b7d8c0 commit bc748f4462acf00ee67b5ba4491f828022b7d8c0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:11 +0000 www/py-bleach: Add LICENSE_FILE --- www/py-bleach/Makefile | 1 + 1 file changed, 1 insertion(+) 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}