1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/pgbadger/Makefile
Palle Girgensohn 7a4fcd7374 update to latest version
remove p5- prefix, since this is not a perl module, it just uses perl as the scripting language
2013-11-28 13:23:47 +00:00

19 lines
385 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgbadger
PORTVERSION= 4.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTVERSION}
MAINTAINER= girgen@FreeBSD.org
COMMENT= Very competent log analyzer for PostgreSQL
USES= perl5
USE_PERL5= configure
MAN1= pgbadger.1
NO_STAGE= yes
.include <bsd.port.mk>