1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

fix depedency and manpages for perl-5.8

PR:		58663
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
This commit is contained in:
Yen-Ming Lee 2003-10-30 18:32:31 +00:00
parent 9c1eb61cda
commit 1a4fe891ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92649

View File

@ -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>