Date: Mon, 3 Oct 2022 17:13:49 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e5853db58429 - main - devel/py-openapi-core: Add DJANGO, FALCON, FLASK and REQUESTS options Message-ID: <202210031713.293HDnf6013406@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5853db584290ca8f10643a3edfd63e664f03a9e commit e5853db584290ca8f10643a3edfd63e664f03a9e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-03 17:05:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-03 17:10:33 +0000 devel/py-openapi-core: Add DJANGO, FALCON, FLASK and REQUESTS options --- devel/py-openapi-core/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/py-openapi-core/Makefile b/devel/py-openapi-core/Makefile index 413937e1b963..006d2dfb5e5f 100644 --- a/devel/py-openapi-core/Makefile +++ b/devel/py-openapi-core/Makefile @@ -25,4 +25,15 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +OPTIONS_DEFINE= DJANGO FALCON FLASK REQUESTS +DJANGO_DESC= Django support +FALCON_DESC= Falcon support +FLASK_DESC= Flask support +REQUESTS_DESC= Requests support + +DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.0:www/py-django32@${PY_FLAVOR} +FALCON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}falcon>=3.0:www/py-falcon@${PY_FLAVOR} +FLASK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} +REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210031713.293HDnf6013406>