pkgsrc/www/p5-Web-Scraper/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/29 23:38:17 wiz Exp $
DISTNAME= Web-Scraper-0.37
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Web/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Web-Scraper/
COMMENT= Perl 5 Web Scraping Toolkit inspired by Scrapi
LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Web/Scraper/.packlist
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Selector-XPath>=0.03:../../www/p5-HTML-Selector-XPath
DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset
DEPENDS+= p5-HTML-Tree>=3.23:../../www/p5-HTML-Tree
DEPENDS+= p5-HTML-TreeBuilder-XPath>=0.08:../../www/p5-HTML-TreeBuilder-XPath
DEPENDS+= p5-libwww>=5.827:../../www/p5-libwww
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-XML-XPathEngine>=0.08:../../textproc/p5-XML-XPathEngine
DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
DEPENDS+= p5-HTML-TreeBuilder-LibXML>=0.04:../../www/p5-HTML-TreeBuilder-LibXML
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"