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
|
2004-08-26 20:39:15 +02:00
|
|
|
PORTVERSION= 1.10.2
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= devel www pear
|
2003-09-08 02:34:19 +02:00
|
|
|
|
2004-08-25 23:35:45 +02:00
|
|
|
MAINTAINER= antonio@php.net
|
2004-08-26 20:39:15 +02:00
|
|
|
COMMENT= Your configurations swiss-army knife
|
2003-09-08 02:34:19 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
2004-08-25 23:35:45 +02:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
|
2003-09-08 02:34:19 +02:00
|
|
|
${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 \
|
2004-08-26 20:39:15 +02:00
|
|
|
Config/Container/GenericConf.php Config/Container/IniCommented.php \
|
|
|
|
Config/Container/IniFile.php Config/Container/PHPArray.php \
|
2003-12-28 08:55:47 +01:00
|
|
|
Config/Container/XML.php
|
2004-08-26 20:39:15 +02:00
|
|
|
DOCS= Apache.php IniCommented.php IniFromScratch.php
|
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>
|