Changelogs: https://github.com/markt-de/haproxy-cli/blob/v0.7.2/CHANGELOG.md PR: 287627 MFH: 2025Q3
20 lines
392 B
Makefile
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>
|