# Ports collection makefile for:  pear-Config
# Date created:			  02 September 2003
# Whom:				  Alex Miller (<asm@asm.kiev.ua>)
#
# $FreeBSD: ports/devel/pear-Config/Makefile,v 1.3 2003/12/28 07:55:43 edwin Exp $
#

PORTNAME=	Config
PORTVERSION=	1.8
PORTREVISION=	1
CATEGORIES=	devel www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR Config package provides methods for configuration manipulation

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=	${BUILD_DEPENDS} \
		${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
		${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util

FILES=		Config.php Config/Container.php Config/Container/Apache.php \
		Config/Container/IniCommented.php Config/Container/PHPArray.php \
		Config/Container/GenericConf.php Config/Container/IniFile.php \
		Config/Container/XML.php
EXAMPLES=	Apache.php IniCommented.php IniFromScratch.php
_EXAMPLESDIR=	docs

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
