freebsd-ports/mail/postfix-policyd-weight/Makefile
Martin Wilke 8a4390b14d - Update to 0.14.5
From Changelog:
        0.1.14.4
        - DNS Errors were not handled correctly. May lead to a DoS.
        - DNS Error responses were subsequently concatenated

        0.1.14.5
        - 'A' lookups were not performed if 'MX' lookups returned NXDOMAIN
        (introduced in 0.1.14.4)
        - Detection Regex of dynamic clients corrected
        - man 8 policyd-weight minor changes to reflect MTA states

PR:		112567
Submitted by:	Robert Felber <robtone@ek-muc.de> (maintainer)
2007-05-27 10:40:39 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: postfix-policyd-weight
# Date created: 25 Apr 2005
# Whom: Robert Felber <robtone@ek-muc.de>
#
# $FreeBSD$
#
PORTNAME= policyd-weight
PORTVERSION= 0.1.14.5
CATEGORIES= mail
MASTER_SITES= http://www.policyd-weight.org/releases/
PKGNAMEPREFIX= postfix-
MAINTAINER= robtone@ek-muc.de
COMMENT= Weighted policy daemon for postfix
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample
USE_RC_SUBR+= policyd-weight
MAN8+= policyd-weight.8
MAN5+= policyd-weight.conf.5
.include <bsd.port.pre.mk>
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/
.for i in 5 8
@${MKDIR} ${PREFIX}/man/man$i
. for j in ${MAN${i}}
${INSTALL_MAN} ${WRKSRC}/man/man${i}/$j ${PREFIX}/man/man${i}/
. endfor
.endfor
pre-install:
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>