mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
haproxy-cli is a tool to manage the various aspects of HAProxy that can be controlled by means of its socket. haproxy-cli can be used in 2 modes: CLI mode and Python API mode. CLI mode, as the name implies, gives you a command, haproxy-cli, that can be used to control HAProxy. You can use the Python API mode to integrate haproxy-cli directly in your Python project. PR: 275562
18 lines
348 B
Makefile
18 lines
348 B
Makefile
PORTNAME= haproxy-cli
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd@moov.de
|
|
COMMENT= Tool to interact with HAProxy
|
|
WWW= https://github.com/markt-de/haproxy-cli
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|