blob: c642e7c35e12c96c2f52f43f0b0b3e64f1b2ac72 (
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
26
|
# Created by: wolpert
# $FreeBSD$
PORTNAME= rbl-milter
PORTVERSION= 0.30
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://opensource.confusticate.com/rbl-milter/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Milter that adds mail header warnings on mail from open-relays
BROKEN= unfetchable
USES= gmake
GNU_CONFIGURE= yes
USE_RC_SUBR= rblmilter
PLIST_FILES= sbin/rbl-milter
CONFIGURE_ARGS+= --with-sendmail=${MILTERBASE} \
--with-sendmail-obj=${MILTERBASE}/lib
.include "${.CURDIR}/../sendmail/bsd.milter.mk"
.include <bsd.port.mk>
|