cea8b8c4a5
Upstream changes: 0.25 2018-11-03 * Add support for compiling :disabled, :selected, :checked, :text, :last-of-type I'm not sure whether the Perl XPath libaries support this, but at least we can compile it. This addresses RT #124406, thanks to Andrew Maguire 0.24 2018-11-02 * Test stability improvement if HTML::TreeBuilder::XPath is not installed * Re-release with properly fixed META.* information (RT 127555, reported by Dan Book) * No code changes, no need to upgrade
19 lines
561 B
Makefile
19 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/11/24 07:52:02 wen Exp $
|
|
|
|
DISTNAME= HTML-Selector-XPath-0.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Selector-XPath/
|
|
COMMENT= Perl 5 CSS Selector to XPath compiler
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/HTML/Selector/XPath/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|