SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
www/p5-HTML-TreeBuilder-XPath/Makefile
Normal file
19
www/p5-HTML-TreeBuilder-XPath/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT = add XPath support to HTML::TreeBuilder
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = HTML-TreeBuilder-XPath-0.14
|
||||
CATEGORIES = www
|
||||
REVISION = 0
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = textproc/p5-XML-XPathEngine>=0.12 \
|
||||
www/p5-HTML-Tree
|
||||
|
||||
MAKE_ENV += TEST_POD=1
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-HTML-TreeBuilder-XPath/distinfo
Normal file
2
www/p5-HTML-TreeBuilder-XPath/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-TreeBuilder-XPath-0.14.tar.gz) = Jeu9skRKClma5eekV9deCe/N8yZqXFcAsUA8y3SIpPM=
|
||||
SIZE (HTML-TreeBuilder-XPath-0.14.tar.gz) = 10486
|
2
www/p5-HTML-TreeBuilder-XPath/pkg/DESCR
Normal file
2
www/p5-HTML-TreeBuilder-XPath/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module adds typical XPath methods to HTML::TreeBuilder, to make it
|
||||
easy to query a document.
|
3
www/p5-HTML-TreeBuilder-XPath/pkg/PLIST
Normal file
3
www/p5-HTML-TreeBuilder-XPath/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/HTML/TreeBuilder/
|
||||
${P5SITE}/HTML/TreeBuilder/XPath.pm
|
||||
@man man/man3p/HTML::TreeBuilder::XPath.3p
|
Loading…
Add table
Add a link
Reference in a new issue