# Ports collection makefile for: pear-XML_XPath # Date created: 04 September 2003 # Whom: Alex Miller () # # $FreeBSD$ # PORTNAME= XML_XPath PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class provided an XPath/DOM XML manipulation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .if defined(PACKAGE_BUILDING) IGNORE= No package building: The default libraries in the PHP package do not support domxml by default. .endif CATEGORY= XML FILES= XPath.php XPath/common.php XPath/error.php XPath/result.php EXAMPLES= XML_XPath_example.php _EXAMPLESDIR= docs .include .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include