mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Correct dependency of p5-Net-DNS in last commit
Noticed by: sunpoet via irc
This commit is contained in:
parent
91d4b0a55b
commit
3675c11b11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201269
@ -14,10 +14,10 @@ MASTER_SITES= http://postgrey.schweikert.ch/pub/ LOCAL/beech
|
||||
MAINTAINER= haroldp@internal.org
|
||||
COMMENT= Greylisting policy server for Postfix
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
|
||||
RUN_DEPENDS= ${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
|
||||
${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
||||
|
||||
USE_PERL5_RUN= yes
|
||||
USE_RC_SUBR= postgrey
|
||||
|
Loading…
Reference in New Issue
Block a user