git: 17a4dcc181a1 - main - devel/py-proto-plus: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:30:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17a4dcc181a1bad679672a5e44cb0183202d8137 commit 17a4dcc181a1bad679672a5e44cb0183202d8137 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:06 +0000 devel/py-proto-plus: Add LICENSE_FILE --- devel/py-proto-plus/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-proto-plus/Makefile b/devel/py-proto-plus/Makefile index be7d6bf7721b..5e3cbce24568 100644 --- a/devel/py-proto-plus/Makefile +++ b/devel/py-proto-plus/Makefile @@ -10,6 +10,7 @@ COMMENT= Beautiful, Pythonic protocol buffers WWW= https://github.com/googleapis/proto-plus-python 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}