git: 296cdc71a172 - main - devel/py-orca: Add SERVER option

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:11:56 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=296cdc71a1726da886e6d05463f5f3f6491a1834

commit 296cdc71a1726da886e6d05463f5f3f6491a1834
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:02:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:25 +0000

    devel/py-orca: Add SERVER option
---
 devel/py-orca/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/devel/py-orca/Makefile b/devel/py-orca/Makefile
index 5c733f468fa3..8410788ce4ad 100644
--- a/devel/py-orca/Makefile
+++ b/devel/py-orca/Makefile
@@ -21,4 +21,11 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	SERVER
+SERVER_DESC=	Orca server and supporting functionality
+
+SERVER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.10:www/py-flask@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list