blob: 0819b6f19abd880041a6617ebfe208929cfc0a92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= haproxy-log-analysis
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Haproxy log analyzer that tries to gives an insight of what's going on
WWW= https://pypi.org/project/haproxy_log_analysis/
LICENSE= GPLv3
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|