freebsd-ports/mail/postfix-policyd-weight/Makefile
Jean-Yves Lefort eb9435da52 Policyd-weight is (as the name says) a weighted policyd for Postfix.
It uses HELO, MAIL FROM and the MTA IP address for scoring their
correctness. It also uses definable DNSBLs in a scored fashion.

WWW: http://robtone.mine.nu/postfix/

PR:		ports/80329
Submitted by:	Robert Felber <robtone@ek-muc.de>
2005-04-25 16:54:05 +00:00

29 lines
683 B
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.2
CATEGORIES= mail
MASTER_SITES= http://robtone.mine.nu/postfix/
PKGNAMEPREFIX= postfix-
MAINTAINER= robtone@ek-muc.de
COMMENT= Weighted policy daemon for postfix
RUN_DEPENDS= ${SITE_PERL}/mach/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
postfix:${PORTSDIR}/mail/postfix-current
SUB_FILES= pkg-message
PLIST_FILES= libexec/postfix/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>