diff options
author | wosch <wosch@FreeBSD.org> | 2001-03-14 18:56:22 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2001-03-14 18:56:22 +0000 |
commit | de7f40fd44a912c713f72a480f3d87edceb28abb (patch) | |
tree | d45847c1f4c65c178f98eecbe800df1af76fd4cd /www/checkbot | |
parent | d3d619e133b7b9175bde7b3b46c27bf808f65a7e (diff) | |
download | FreeBSD-ports-de7f40fd44a912c713f72a480f3d87edceb28abb.zip FreeBSD-ports-de7f40fd44a912c713f72a480f3d87edceb28abb.tar.gz |
checkbot depend on Perl Module HTML::Parser
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 275df2e..ded8f01 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} |