diff options
Diffstat (limited to 'net/py-haproxy-cli/Makefile')
-rw-r--r-- | net/py-haproxy-cli/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-haproxy-cli/Makefile b/net/py-haproxy-cli/Makefile index b9dd76bffe2d..e3ec37a653fc 100644 --- a/net/py-haproxy-cli/Makefile +++ b/net/py-haproxy-cli/Makefile @@ -1,9 +1,9 @@ PORTNAME= haproxy-cli -PORTVERSION= 0.6.1 -PORTREVISION= 1 +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 @@ -12,7 +12,7 @@ WWW= https://github.com/markt-de/haproxy-cli LICENSE= GPLv3 USES= python -USE_PYTHON= distutils concurrent autoplist +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |