git: cd9e2fa24c64 - main - textproc/py-sphinx-intl: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:31:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd9e2fa24c64413f6d019eabfa7a7ace74ff6c74 commit cd9e2fa24c64413f6d019eabfa7a7ace74ff6c74 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:10 +0000 textproc/py-sphinx-intl: Add LICENSE_FILE --- textproc/py-sphinx-intl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 4d85219a9e3e..79e129e0e846 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -10,6 +10,7 @@ COMMENT= Sphinx utility that make it easy to translate and to apply translation WWW= https://github.com/sphinx-doc/sphinx-intl LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}