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

20 lines
399 B
Makefile
Raw Normal View History

# $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>