mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
88a1830230
Changelog: * Fixed bug #3298 which wouldn't parse arrays with numerical indexes correctly. * Fixed bug #2742 which didn't trim variable names in Inicommented file. * changed XML_Parser and XML_Util dependencies to optional, since they're only needed when parsing XML files (bug #2738). * added a new container for editing files of php constants, courtesy of philip ortel [me@phillipoertel.com] (devel). PR: ports/77460 Submitted by: Roman Neuhauser Approved by: maintainer.
28 lines
879 B
Makefile
28 lines
879 B
Makefile
# Ports collection makefile for: pear-Config
|
|
# Date created: 02 September 2003
|
|
# Whom: Alex Miller (<asm@asm.kiev.ua>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config
|
|
PORTVERSION= 1.10.4
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= antonio@php.net
|
|
COMMENT= Your configurations swiss-army knife
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_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/GenericConf.php Config/Container/IniCommented.php \
|
|
Config/Container/IniFile.php Config/Container/PHPArray.php \
|
|
Config/Container/XML.php
|
|
DOCS= Apache.php IniCommented.php IniFromScratch.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|