freebsd-ports/www/pglogd/Makefile
Dmitry Marakasov 3a616769f7 - Add LICENSE
- Drop @dirrm* from plist
2015-06-01 01:30:56 +00:00

19 lines
389 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
LICENSE= BSD3CLAUSE
USES= pgsql
USE_RC_SUBR= 020.pglogd.sh
SUB_FILES= pkg-message
.include <bsd.port.mk>