f9d4d6b029
This module provides an XPath engine that can be re-used by other module/classes that implement trees.
18 lines
366 B
Makefile
18 lines
366 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/22 11:04:40 simon Exp $
|
|
|
|
COMMENT= re-usable XPath engine for DOM-like trees
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-XPathEngine-0.08
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|