c640b8660f
Upstream changes: 0.20 Thu May 12 21:11:00 GMT+2 2016 - Fix //b by interpreting it as existing XPath expression RT #114345, reported by Alexander Hartmaier 0.19 Tue May 10 19:23:00 GMT+2 2016 - Fix another bug in ':not(...)' by moving to an ad-hoc recursive descent parser, RT #114261 - Allow single and double quotes for some attributes
19 lines
561 B
Makefile
19 lines
561 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/07/15 02:50:08 wen Exp $
|
|
|
|
DISTNAME= HTML-Selector-XPath-0.20
|
|
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"
|