1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/www/pglogd/Makefile
2014-08-25 12:19:43 +00:00

18 lines
368 B
Makefile

# Created by: Allie Micka <allie@pajunas.com>
# $FreeBSD$
PORTNAME= pglogd
PORTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= www databases
MASTER_SITES= http://digitalstratum.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sends web server log entries to a PostgreSQL database
USES= pgsql
USE_RC_SUBR= 020.pglogd.sh
SUB_FILES= pkg-message
.include <bsd.port.mk>