ports/textproc/p5-XML-DOM-XPath/Makefile

17 lines
268 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= extension to add XPath support to XML::DOM
DISTNAME= XML-DOM-XPath-0.14
CATEGORIES= textproc
REVISION= 0
# perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= textproc/p5-XML-DOM \
textproc/p5-XML-XPathEngine
.include <bsd.port.mk>