diff options
author | rafan <rafan@FreeBSD.org> | 2007-10-10 13:43:53 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-10-10 13:43:53 +0800 |
commit | 2e15059934d311767f3dbc40c6e4228581b9c70a (patch) | |
tree | 4e7dea8167602e795649b34821288ba866527e7e /mail/postgrey | |
parent | 649fdbac0bc740c919904b6f35312948986f238f (diff) | |
download | freebsd-ports-gnome-2e15059934d311767f3dbc40c6e4228581b9c70a.tar.gz freebsd-ports-gnome-2e15059934d311767f3dbc40c6e4228581b9c70a.tar.zst freebsd-ports-gnome-2e15059934d311767f3dbc40c6e4228581b9c70a.zip |
- Add missing dependency for postgreyreport script
PR: ports/116612
Submitted by: Loic Pefferkorn <loic at frozenbox.com>
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index a896a333e632..df98c412310b 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -7,13 +7,15 @@ PORTNAME= postgrey PORTVERSION= 1.30 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://postgrey.schweikert.ch/pub/ LOCAL/beech MAINTAINER= haroldp@internal.org COMMENT= Greylisting policy server for Postfix -RUN_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ +RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex \ ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB |