This module adds typical XPath methods to HTML::TreeBuilder, to make it easy to query a document.
23 lines
455 B
Makefile
23 lines
455 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/22 11:28:54 simon Exp $
|
|
|
|
COMMENT= add XPath support to HTML::TreeBuilder
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-TreeBuilder-XPath-0.08
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::textproc/p5-XML-XPathEngine \
|
|
::www/p5-HTML-Tree
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|