aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-XML_XPath/Makefile
blob: e6ddbe425b49e6582c6ed1ef7bf501eccf146403 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  pear-XML_XPath
# Date created:			  04 September 2003
# Whom:				  Alex Miller (<asm@asm.kiev.ua>)
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>