2003-09-08 04:28:24 +02:00
|
|
|
# Ports collection makefile for: pear-XML_XPath
|
|
|
|
# Date created: 04 September 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_XPath
|
2007-08-05 23:27:19 +02:00
|
|
|
PORTVERSION= 1.2.4
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 04:28:24 +02:00
|
|
|
|
2007-04-27 22:45:40 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2003-09-08 04:28:24 +02:00
|
|
|
COMMENT= PEAR class provided an XPath/DOM XML manipulation
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-09-08 04:28:24 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-09-19 05:16:01 +02:00
|
|
|
.if defined(PACKAGE_BUILDING)
|
|
|
|
IGNORE= No package building: The default libraries in the PHP package do not support domxml by default.
|
|
|
|
.endif
|
|
|
|
|
2007-08-05 23:27:19 +02:00
|
|
|
DEFAULT_PHP_VER= 4
|
|
|
|
IGNORE_WITH_PHP= 5
|
|
|
|
USE_PHP= domxml
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= XML
|
|
|
|
FILES= XPath.php XPath/common.php XPath/error.php XPath/result.php
|
|
|
|
EXAMPLES= XML_XPath_example.php
|
|
|
|
_EXAMPLESDIR= docs
|
2003-09-08 04:28:24 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-09-08 04:28:24 +02:00
|
|
|
.include <bsd.port.post.mk>
|