mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7637130252
2: switch to USE_RC_SUBR. 3: add pkg-message to SUB_FILES.
18 lines
370 B
Makefile
18 lines
370 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
|
|
|
|
USE_PGSQL= yes
|
|
USE_RC_SUBR= 020.pglogd.sh
|
|
SUB_FILES= pkg-message
|
|
|
|
.include <bsd.port.mk>
|