git: 10602763ccaa - main - devel/py-pyparsing: Add DIAGRAMS option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Nov 2021 00:24:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=10602763ccaa97f6b65cf1a6a9aa3086c10b9a7e commit 10602763ccaa97f6b65cf1a6a9aa3086c10b9a7e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 23:54:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 23:54:06 +0000 devel/py-pyparsing: Add DIAGRAMS option --- devel/py-pyparsing/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devel/py-pyparsing/Makefile b/devel/py-pyparsing/Makefile index e4f099fe20cf..b5c28a6f30b3 100644 --- a/devel/py-pyparsing/Makefile +++ b/devel/py-pyparsing/Makefile @@ -17,4 +17,10 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= DIAGRAMS +DIAGRAMS_DESC= Diagram support + +DIAGRAMS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}railroad-diagrams>=0:graphics/py-railroad-diagrams@${PY_FLAVOR} + .include <bsd.port.mk>