diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-10 05:43:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-10-10 05:43:53 +0000 |
commit | 2cb73e197a92c6fa25ac6a21555d16e39673aa2e (patch) | |
tree | ad888d99043b345b524328c1c16c9b5d5fa55bb2 /mail | |
parent | 034201d744147885f2a4dbbc01c3d3e629589274 (diff) | |
download | ports-2cb73e197a92c6fa25ac6a21555d16e39673aa2e.tar.gz ports-2cb73e197a92c6fa25ac6a21555d16e39673aa2e.zip |
Notes
Diffstat (limited to 'mail')
-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 |