17 lines
268 B
Makefile
17 lines
268 B
Makefile
|
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>
|