openbsd-ports/textproc/p5-XML-DOM-XPath/Makefile
jasper 0114c434b0 import p5-XML-DOM-XPath 0.14
XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
This is often much easier than relying only on getElementsByTagName.
It lets you use all of the XML::DOM methods.

ok sthen@
2010-12-22 20:15:57 +00:00

20 lines
399 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/22 20:15:57 jasper Exp $
COMMENT= extension to add XPath support to XML::DOM
DISTNAME= XML-DOM-XPath-0.14
CATEGORIES= textproc
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= textproc/p5-XML-DOM \
textproc/p5-XML-XPathEngine
.include <bsd.port.mk>