2025-07-03 18:01:56 +03:00

20 lines
392 B
Makefile

PORTNAME= haproxy-cli
DISTVERSION= 0.7.2
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}
MAINTAINER= freebsd@moov.de
COMMENT= Tool to interact with HAProxy
WWW= https://github.com/markt-de/haproxy-cli
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>