ports/net/py-haproxy-cli/Makefile
Frank Wall 6b3a98ee34 net/py-haproxy-cli: new port
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
2024-03-29 21:14:58 +01:00

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>