diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-28 21:33:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-28 21:33:03 +0000 |
commit | ac63c9ad27fcc7752092f88ca80f37cd1b123d82 (patch) | |
tree | 6967f70ff4e481e22a4e16f3a3c40d0c1ffc7884 /www/Makefile | |
parent | 39ab6bc0f51a6383652b9667c831f7186a2649e1 (diff) | |
download | ports-ac63c9ad27fcc7752092f88ca80f37cd1b123d82.tar.gz ports-ac63c9ad27fcc7752092f88ca80f37cd1b123d82.zip |
HTML::Selector::XPath is a utility function to compile CSS2
selector to the equivalent XPath expression.
WWW: http://search.cpan.org/dist/HTML-Selector-XPath/
PR: ports/115899
Submitted by: Shinsuke Matsui <smatsui at karashi.org>
Notes
Notes:
svn path=/head/; revision=198464
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3c2a3e6326b1..22d2f8a83280 100644 --- a/www/Makefile +++ b/www/Makefile @@ -718,6 +718,7 @@ SUBDIR += p5-HTML-ResolveLink SUBDIR += p5-HTML-Scrubber SUBDIR += p5-HTML-Seamstress + SUBDIR += p5-HTML-Selector-XPath SUBDIR += p5-HTML-SimpleLinkExtor SUBDIR += p5-HTML-SimpleParse SUBDIR += p5-HTML-StickyQuery |