blob: 63d7f7be73f38c41325f6584a2d76897e865ea84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Allie Micka <allie@pajunas.com>
# $FreeBSD$
PORTNAME= pglogd
PORTVERSION= 2.3
PORTREVISION= 4
CATEGORIES= www databases
MASTER_SITES= http://digitalstratum.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sends web server log entries to a PostgreSQL database
LICENSE= BSD3CLAUSE
USES= pgsql
USE_RC_SUBR= 020.pglogd.sh
SUB_FILES= pkg-message
.include <bsd.port.mk>
|