17 lines
310 B
Makefile
17 lines
310 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= extension to add XPath support to XML::DOM
|
|
|
|
DISTNAME= XML-DOM-XPath-0.14
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-DOM \
|
|
textproc/p5-XML-XPathEngine
|
|
|
|
.include <bsd.port.mk>
|