1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use DISTVERSION

PR:		205762
This commit is contained in:
Antoine Brodin 2016-09-04 09:58:39 +00:00
parent 51ca131480
commit cedd0ce06d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421319

View File

@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= haproxy-log-analysis
PORTVERSION= 2.0.b0
DISTVERSION= 2.0b0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/-/_/g}-${PORTVERSION:S/.b/b/}
DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= Haproxy log analyzer that tries to gives an insight of what's going on