mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
7a4fcd7374
remove p5- prefix, since this is not a perl module, it just uses perl as the scripting language
19 lines
385 B
Makefile
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>
|