Lines 2-28
Link Here
|
2 |
# Date created: 02 September 2003 |
2 |
# Date created: 02 September 2003 |
3 |
# Whom: Alex Miller (<asm@asm.kiev.ua>) |
3 |
# Whom: Alex Miller (<asm@asm.kiev.ua>) |
4 |
# |
4 |
# |
5 |
# $FreeBSD: /repoman/r/pcvs/ports/devel/pear-Config/Makefile,v 1.4 2004/08/25 21:35:45 thierry Exp $ |
5 |
# $FreeBSD$ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Config |
8 |
PORTNAME= Config |
9 |
PORTVERSION= 1.8 |
9 |
PORTVERSION= 1.10.2 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
12 |
|
11 |
|
13 |
MAINTAINER= antonio@php.net |
12 |
MAINTAINER= antonio@php.net |
14 |
COMMENT= PEAR Config package provides methods for configuration manipulation |
13 |
COMMENT= Your configurations swiss-army knife |
15 |
|
14 |
|
16 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
15 |
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR |
17 |
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
16 |
RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \ |
18 |
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util |
17 |
${PEARDIR}/XML/Util.php:${PORTSDIR}/devel/pear-XML_Util |
19 |
|
18 |
|
20 |
FILES= Config.php Config/Container.php Config/Container/Apache.php \ |
19 |
FILES= Config.php Config/Container.php Config/Container/Apache.php \ |
21 |
Config/Container/IniCommented.php Config/Container/PHPArray.php \ |
20 |
Config/Container/GenericConf.php Config/Container/IniCommented.php \ |
22 |
Config/Container/GenericConf.php Config/Container/IniFile.php \ |
21 |
Config/Container/IniFile.php Config/Container/PHPArray.php \ |
23 |
Config/Container/XML.php |
22 |
Config/Container/XML.php |
24 |
EXAMPLES= Apache.php IniCommented.php IniFromScratch.php |
23 |
|
25 |
_EXAMPLESDIR= docs |
24 |
DOCS= Apache.php IniCommented.php IniFromScratch.php |
26 |
|
25 |
|
27 |
.include <bsd.port.pre.mk> |
26 |
.include <bsd.port.pre.mk> |
28 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |
27 |
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |