git: bcf11d16b9d8 - main - devel/py-findlibs: Add LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Apr 2024 09:32:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcf11d16b9d86eb55bdad867feada6dbcb28c57d commit bcf11d16b9d86eb55bdad867feada6dbcb28c57d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-13 09:29:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-13 09:31:37 +0000 devel/py-findlibs: Add LICENSE_FILE --- devel/py-findlibs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-findlibs/Makefile b/devel/py-findlibs/Makefile index 915477b0c73c..869497e963ea 100644 --- a/devel/py-findlibs/Makefile +++ b/devel/py-findlibs/Makefile @@ -10,6 +10,7 @@ COMMENT= Search for shared libraries on various platforms WWW= https://github.com/ecmwf/findlibs 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}