aboutsummaryrefslogtreecommitdiffstats
path: root/mail/prepflog/Makefile
blob: eda665c6c7d970772e644a77b67ce57ac1beb23f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   prepflog
# Date created:        14 January 2008
# Whom:                Terry Sposato
#
# $FreeBSD$
#

PORTNAME=   prepflog
PORTVERSION=    0.3
CATEGORIES= mail
MASTER_SITES=   http://www.gufonero.com/postfix/
EXTRACT_SUFX=   .tgz

MAINTAINER= terry@sucked-in.com
COMMENT=    Prepares logfiles in a sanitised format for pflogsumm and awstats

PLIST_FILES=    bin/prepflog

NO_BUILD=   yes
USE_PERL5=  yes

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>