diff options
author | kim <kim@pkgsrc.org> | 2000-04-06 15:50:30 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-04-06 15:50:30 +0000 |
commit | 3a9486c882c76f26df2781a52cad630c9b39915b (patch) | |
tree | e3e4c2f00769a8d7ac27fd1216c9b67242b774ca /www/checkbot/Makefile | |
parent | 5e7a53e69a571f98f455645251d3031244399531 (diff) | |
download | pkgsrc-3a9486c882c76f26df2781a52cad630c9b39915b.tar.gz |
Checkbot is a tool to verify links on a set of HTML pages. Checkbot
can check a single document, or a set of documents on one or more
servers. Checkbot creates a report which summarizes all links which
caused some kind of warning or error.
Diffstat (limited to 'www/checkbot/Makefile')
-rw-r--r-- | www/checkbot/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile new file mode 100644 index 00000000000..8787d78c6d3 --- /dev/null +++ b/www/checkbot/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/04/06 15:50:30 kim Exp $ +# + +DISTNAME= checkbot-1.59 +CATEGORIES= www net perl5 +MASTER_SITES= http://www.xs4all.nl/~graaff/checkbot/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.xs4all.nl/~graaff/checkbot/ + +DEPENDS+= p5-MailTools-*:../../mail/p5-MailTools +DEPENDS+= p5-Net-*:../../net/p5-Net +DEPENDS+= p5-URI-*:../../www/p5-URI +DEPENDS+= p5-libwww-*:../../www/p5-libwww + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" |