diff options
author | abs <abs@pkgsrc.org> | 2008-04-23 11:08:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-04-23 11:08:22 +0000 |
commit | f3b6b9d85dff8662d405d3c306489785e3c31dd7 (patch) | |
tree | a2fdb96996e0ac5cfa40bb192034531cf8d0354a /www/checkbot | |
parent | b70ccd274c539a316c007efb2d9bc11011b1e410 (diff) | |
download | pkgsrc-f3b6b9d85dff8662d405d3c306489785e3c31dd7.tar.gz |
Add depends on time/p5-Time-Duration, bump PKGREVISION
Diffstat (limited to 'www/checkbot')
-rw-r--r-- | www/checkbot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index de67e676f8a..8815f0ca586 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2007/02/22 19:27:19 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/04/23 11:08:22 abs Exp $ # DISTNAME= checkbot-1.79 +PKGREVISION= 1 CATEGORIES= www net perl5 MASTER_SITES= http://degraaff.org/checkbot/ @@ -11,6 +12,7 @@ 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-Time-Duration-[0-9]*:../../time/p5-Time-Duration DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww |