2003-09-08 02:34:19 +02:00
|
|
|
# Ports collection makefile for: pear-Config
|
|
|
|
# Date created: 02 September 2003
|
|
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Config
|
|
|
|
PORTVERSION= 1.8
|
2003-12-28 08:55:47 +01:00
|
|
|
PORTREVISION= 1
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 02:34:19 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
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
|
2003-09-08 02:34:19 +02:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
2003-09-08 02:34:19 +02:00
|
|
|
.include <bsd.port.post.mk>
|