summaryrefslogtreecommitdiff
path: root/mail/qmail-scanner1
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-12 20:32:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-12 20:32:52 +0000
commit4413c331041f56fd0fd858da2e2abf376f478cc6 (patch)
treea1aefd3d6b4ac63aab0752449ecb9b8be67771a9 /mail/qmail-scanner1
parentA new brave maintainer. (diff)
- Revert part of my previous change: p5-Time-HiRes is prefered even on
perl 5.8.4, because it can be newer than the bundled copy Requested by: local camel clan (lth)
Notes
Notes: svn path=/head/; revision=113495
Diffstat (limited to 'mail/qmail-scanner1')
-rw-r--r--mail/qmail-scanner1/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/qmail-scanner1/Makefile b/mail/qmail-scanner1/Makefile
index 7ad954488368..bb9d02e37137 100644
--- a/mail/qmail-scanner1/Makefile
+++ b/mail/qmail-scanner1/Makefile
@@ -18,7 +18,8 @@ MAINTAINER= freebsd@simplerezo.com
COMMENT= Content/Anti-virus Scanner for qmail
BUILD_DEPENDS= ${QMAIL_QUEUE}:${PORTSDIR}/mail/qmail \
- reformime:${PORTSDIR}/mail/maildrop
+ reformime:${PORTSDIR}/mail/maildrop \
+ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
# A normal qmail installation puts everything into /var/qmail/.
@@ -145,10 +146,4 @@ post-deinstall:
test:
@${WRKSRC}/contrib/test_installation.sh -doit
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>