pkgsrc/www/checkbot/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

22 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.37 2015/07/12 18:56:32 wiz Exp $
#
DISTNAME= checkbot-1.79
PKGREVISION= 8
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+= {perl>=5.10,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
PERL5_PACKLIST= auto/checkbot/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"