mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
26 lines
430 B
Makefile
26 lines
430 B
Makefile
# Created by: ofsen@enderunix.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= isoqlog
|
|
PORTVERSION= 2.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.enderunix.org/isoqlog/
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Qmail, postfix, sendmail, exim MTA log analysis program
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|