summaryrefslogtreecommitdiff
path: root/www/checkbot
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2001-03-14 18:56:22 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2001-03-14 18:56:22 +0000
commit177e6a7b943c87a212eaf4f2b87aeb1b909274de (patch)
tree158a0a38da75a377c4e76b3958ba253323347fb3 /www/checkbot
parentUpdate to Vim 6.0 beta X (diff)
checkbot depend on Perl Module HTML::Parser
Notes
Notes: svn path=/head/; revision=39845
Diffstat (limited to 'www/checkbot')
-rw-r--r--www/checkbot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index 275df2ef28e0..ded8f01314f4 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= wosch@FreeBSD.org
BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}