git: 77a97ff30dec - main - x11-fonts/py-vfblib: Add TOML and YAML options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 31 Dec 2024 17:27:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=77a97ff30dec4ec326ea826a86097ac4790ef7ba commit 77a97ff30dec4ec326ea826a86097ac4790ef7ba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-12-31 17:27:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-12-31 17:27:05 +0000 x11-fonts/py-vfblib: Add TOML and YAML options --- x11-fonts/py-vfblib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile index 0231af3e42b1..c78b6ba3a1b7 100644 --- a/x11-fonts/py-vfblib/Makefile +++ b/x11-fonts/py-vfblib/Makefile @@ -23,4 +23,9 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= TOML YAML + +TOML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tomli-w>=1.0.0:textproc/py-tomli-w@${PY_FLAVOR} +YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR} + .include <bsd.port.mk>