Files

20 lines
364 B
Makefile
Raw Permalink Normal View History

2024-03-29 21:14:20 +01:00
PORTNAME= haproxy-cli
PORTVERSION= 0.6.1
PORTREVISION= 1
2024-03-29 21:14:20 +01:00
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>