summaryrefslogtreecommitdiff
path: root/net/py-haproxy-cli/Makefile
blob: b9dd76bffe2d6d26a12dbf0d1f55ed085070c6d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	haproxy-cli
PORTVERSION=	0.6.1
PORTREVISION=	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>