freebsd-ports/mail/prepflog/Makefile
Wen Heping 43a366a4e4 - Update to 0.4
- Update maintainer's email

PR:		ports/157455
Submitted by:	Terry Sposato <tabmow@freenode.net> (maintainer)
2011-06-01 08:33:56 +00:00

26 lines
532 B
Makefile

# New ports collection makefile for: prepflog
# Date created: 14 January 2008
# Whom: Terry Sposato
#
# $FreeBSD$
#
PORTNAME= prepflog
PORTVERSION= 0.4
CATEGORIES= mail
MASTER_SITES= http://www.gufonero.com/postfix/
EXTRACT_SUFX= .tgz
MAINTAINER= tabmow@freenode.net
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>