pkgsrc/www/checkbot/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

23 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.22 2005/08/06 06:19:35 jlam Exp $
#
DISTNAME= checkbot-1.75
PKGREVISION= 1
CATEGORIES= www net perl5
MASTER_SITES= http://degraaff.org/checkbot/
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://degraaff.org/checkbot/
COMMENT= Verify links on a set of HTML pages
DEPENDS+= p5-MailTools>=1.03:../../mail/p5-MailTools
DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net
DEPENDS+= p5-URI>=1.10:../../www/p5-URI
DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/checkbot/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"