a19ba62d41
version 7.2 and the incremental mode of pgBadger must upgrade. https://github.com/dalibo/pgbadger/blob/master/ChangeLog
18 lines
322 B
Makefile
18 lines
322 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pgbadger
|
|
PORTVERSION= 7.3
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= databases
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dalibo
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Very competent log analyzer for PostgreSQL
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|