summaryrefslogtreecommitdiff
path: root/mail/razor-agents
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-10-30 18:32:31 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-10-30 18:32:31 +0000
commit1a4fe891ab3e7569acfdbafe19805074444341ad (patch)
tree71242ea3149c9ecd8d28c018f16c76b893165161 /mail/razor-agents
parentAdd p5-Net-Ident 1.20, (diff)
fix depedency and manpages for perl-5.8
PR: 58663 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Notes
Notes: svn path=/head/; revision=92649
Diffstat (limited to 'mail/razor-agents')
-rw-r--r--mail/razor-agents/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile
index 88af57b28d8a..7f7fdd5245d9 100644
--- a/mail/razor-agents/Makefile
+++ b/mail/razor-agents/Makefile
@@ -7,7 +7,7 @@
PORTNAME= razor-agents
PORTVERSION= 2.36
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= razor
@@ -16,7 +16,6 @@ MAINTAINER= leeym@FreeBSD.org
COMMENT= A distributed, collaborative, spam detection and filtering network
BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
- ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
${SITE_PERL}/${PERL_ARCH}/Digest/Nilsimsa.pm:${PORTSDIR}/security/p5-Digest-Nilsimsa \
${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
@@ -28,7 +27,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN1= razor-revoke.1 razor-admin.1 razor-report.1 razor-check.1
MAN3= Razor2::Errorhandler.3 Razor2::Preproc::deHTMLxs.3 \
Razor2::Syslog.3
-MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5
post-patch:
@${FIND} ${WRKSRC} -name "*.orig" -delete
@@ -39,7 +37,9 @@ post-install:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
+ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+MAN5= razor-agents.5 razor-whitelist.5 razor-agent.conf.5
.endif
.include <bsd.port.post.mk>